Extensions.IsIntegral(Type) 方法

定义

类型为整数。

public static bool IsIntegral(this Type type);
static member IsIntegral : Type -> bool
<Extension()>
Public Function IsIntegral (type As Type) As Boolean

参数

type
Type

键入要检查。

返回

如果为整数,则为 True。

适用于