Single.IsSubnormal(Single) 메서드

정의

지정된 값이 하위 값인지 여부를 확인합니다.

public:
 static bool IsSubnormal(float f) = System::Numerics::INumberBase<float>::IsSubnormal;
public:
 static bool IsSubnormal(float f);
public static bool IsSubnormal(float f);
static member IsSubnormal : single -> bool
Public Shared Function IsSubnormal (f As Single) As Boolean

매개 변수

f
Single

단정밀도 부동 소수점 숫자입니다.

반품

이 하위 항목이면 그렇지 않으면

구현

설명

이렇게 하면 값이 NaN이 아니고 무한하지 않고 정상이 아니며 0이 아닌지 효과적으로 확인합니다.

적용 대상