Basic Library for UWP
IsNumericNonIntegral メソッド

C1.UWP アセンブリ > C1.Xaml 名前空間 > TypeEx クラス : IsNumericNonIntegral メソッド
型。
型が整数以外の数値データ型(double、float、または decimal)の場合は、true を返します。
シンタックス
'宣言
 
Public Shared Function IsNumericNonIntegral( _
   ByVal type As System.Type _
) As System.Boolean
public static System.bool IsNumericNonIntegral( 
   System.Type type
)

パラメータ

type
型。

戻り値の型

型が整数以外の数値の場合は true。
参照

TypeEx クラス
TypeEx メンバ