IFloatingPointIeee754<TSelf>.BitDecrement(TSelf) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回比較小於指定值的最大值。
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
的最大值。