INumberBase<TSelf>.IsInteger(TSelf) 方法

定义

确定值是否表示整型数。

public:
 static bool IsInteger(TSelf value);
public static abstract bool IsInteger (TSelf value);
static member IsInteger : 'Self -> bool
Public Shared Function IsInteger (value As TSelf) As Boolean

参数

value
TSelf

要检查的值。

返回

true 如果 value 是整数,则为 ;否则为 false

注解

此方法正确处理浮点值,因此2.0,在 3.0 和 时2.23.3false返回 true

适用于