다음을 통해 공유


NFloat.BitIncrement(NFloat) 메서드

정의

지정된 값보다 큰 값을 비교하는 가장 작은 값으로 값을 증분합니다.

public:
 static System::Runtime::InteropServices::NFloat BitIncrement(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::BitIncrement;
public static System.Runtime.InteropServices.NFloat BitIncrement (System.Runtime.InteropServices.NFloat x);
static member BitIncrement : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function BitIncrement (x As NFloat) As NFloat

매개 변수

x
NFloat

비트 단위로 증분할 값입니다.

반환

보다 x큰 값을 비교하는 가장 작은 값입니다.

구현

적용 대상