Single.IsSubnormal(Single) 方法

定義

判斷指定的值是否為偏低。

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

參數

f
Single

單精確度浮點數。

傳回

Boolean

如果 f 為偏低,則為 true;否則為 false

適用於