Single.IsNormal(Single) 方法

定义

确定指定值是否为正规数。

public:
 static bool IsNormal(float f);
public static bool IsNormal (float f);
static member IsNormal : single -> bool
Public Shared Function IsNormal (f As Single) As Boolean

参数

f
Single

单精度浮点数。

返回

Boolean

如果 f 为正规数,则为 true;否则为 false

适用于