다음을 통해 공유


nfloat.IsInfinity(nfloat) 메서드

정의

지정된 숫자가 음의 무한대로 계산되는지 양의 무한대로 계산되는지를 나타내는 값을 반환합니다.

public static bool IsInfinity (nfloat f);
static member IsInfinity : nfloat -> bool

매개 변수

f
nfloat

nfloat 부동 포인터 번호입니다.

반환

가 또는 NegativeInfinityPositiveInfinity 평가되면 d true, 그렇지 않으면 false입니다.

설명

부동 소수점 연산은 오버플로 조건을 알리기 위해 또는 NegativeInfinity 를 반환 PositiveInfinity 합니다.

적용 대상