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的最大值。

適用於