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

부동 소수점 값입니다.

반환

값이 유한(0, 비정상 또는 정상)하면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상