NFloat.IsFinite(NFloat) 方法

定義

判斷指定的值是否為有限 (零、偏低或一般)。

public:
 static bool IsFinite(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsFinite;
public static bool IsFinite (System.Runtime.InteropServices.NFloat value);
static member IsFinite : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsFinite (value As NFloat) As Boolean

參數

value
NFloat

浮點值。

傳回

如果值為有限 (零、偏低或一般),則為 true;否則為 false

實作

適用於