Single.IsNormal(Single) 方法

定義

判斷指定的值是否為正常。

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

參數

f
Single

單精確度浮點數。

傳回

如果 f 為正常,則為 true;否則為 false

實作

適用於