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 否则。

实现

适用于