NFloat.IsInteger(NFloat) 메서드

정의

값이 정수 값을 나타내는지 여부를 결정합니다.

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

매개 변수

value
NFloat

검사할 값입니다.

반환

true 가 정수이면 value 이고, false그렇지 않으면 입니다.

구현

설명

이 메서드는 부동 소수점 값을 올바르게 처리하므로 2.0 가 동안 2.2 반환 true 되고 3.03.3 가 를 반환false합니다.

적용 대상