Basic Library for UWP
IsNumericIntegralUnsigned メソッド

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

パラメータ

type
型。

戻り値の型

型が符号なし整数である場合は true。
参照

TypeEx クラス
TypeEx メンバ