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

정의

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

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

매개 변수

x
TSelf

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

반환

TSelf

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

적용 대상