Reports for WinForms
IsNumericType メソッド

C1.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields.Maps 名前空間 > Util クラス : IsNumericType メソッド
テストする型。
型が数値型かどうかをテストします。
シンタックス
'宣言
 
Public Shared Function IsNumericType( _
   ByVal t As System.Type _
) As System.Boolean
public static System.bool IsNumericType( 
   System.Type t
)

パラメータ

t
テストする型。

戻り値の型

型が数値型の場合は true、そうでない場合は false。
参照

Util クラス
Util メンバ