Single.IsNormal(Single) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的值是否為正常。
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
。