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小さい値を比較する最大値。

適用対象