Extensions.IsDouble(Type) 方法

定义

类型为 float 或 double。

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

参数

type
Type

键入要检查。

返回

如果浮点数或双精度值,则为 True。

适用于