NFloat.BitDecrement(NFloat) 메서드

정의

값을 지정된 값보다 작게 비교하는 가장 작은 값으로 감소합니다.

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

매개 변수

x
NFloat

비트 감소할 값입니다.

반환

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

구현

적용 대상