다음을 통해 공유


nfloat.IsNaN(nfloat) 메서드

정의

지정된 값이 숫자가 아닌지(NaN) 여부를 나타내는 값을 반환합니다.

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

매개 변수

f
nfloat

nfloat 부동 소수점 번호입니다.

반환

true이면 d 이고, 그렇지 않으면 false입니다 NaN.

설명

IsNaN(nfloat)값이 PositiveInfinity 또는 NegativeInfinity인 경우 false를 nfloat 반환합니다. 이러한 값을 테스트하려면 , IsPositiveInfinity(nfloat)M:System.Double.IsNegativeInfinity(System.nfloat) 메서드를 사용합니다IsInfinity(nfloat).

적용 대상