NFloat.IsNegativeInfinity(NFloat) 메서드

정의

지정된 값이 음의 무한대인지 확인합니다.

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

매개 변수

value
NFloat

부동 소수점 값입니다.

반환

true 값이 음수 무한대이면 이고, false 그렇지 않으면.

구현

적용 대상