Basic Library for WPF/Silverlight
IsNumericIntegral メソッド

C1.WPF.4.5.2 アセンブリ > C1.WPF 名前空間 > TypeEx クラス : IsNumericIntegral メソッド
型。
型が整数データ型(int、uint、long、ulong、short、ushort、sbyte、または byte)の場合は、true を返します。
シンタックス
'宣言
 
Public Shared Function IsNumericIntegral( _
   ByVal type As System.Type _
) As System.Boolean
public static System.bool IsNumericIntegral( 
   System.Type type
)

パラメータ

type
型。

戻り値の型

型が整数である場合は true。
参照

TypeEx クラス
TypeEx メンバ