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

实现

适用于