MathF.BitDecrement(Single) 메서드

정의

지정된 값보다 작은 값을 비교하는 가장 큰 값을 반환합니다.

public:
 static float BitDecrement(float x);
public static float BitDecrement (float x);
static member BitDecrement : single -> single
Public Shared Function BitDecrement (x As Single) As Single

매개 변수

x
Single

감소시킬 값입니다.

반환

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

또는

xNegativeInfinity와 같으면 NegativeInfinity입니다.

또는

xNaN와 같으면 NaN입니다.

적용 대상