IFloatingPointIeee754<TSelf>.BitDecrement(TSelf) 메서드

정의

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

public:
 static TSelf BitDecrement(TSelf x);
public static abstract TSelf BitDecrement (TSelf x);
static member BitDecrement : 'Self -> 'Self
Public Shared Function BitDecrement (x As TSelf) As TSelf

매개 변수

x
TSelf

비트 감소할 값입니다.

반환

TSelf

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

적용 대상