NFloat.IsFinite(NFloat) 메서드

정의

지정된 값이 유한(0, 하위 또는 보통)인지 여부를 확인합니다.

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 값이 유한한 경우(0, 하위 또는 보통); false 그렇지 않으면.

구현

적용 대상