NFloat.BitDecrement(NFloat) メソッド

定義

指定された値より小さい値を比較する最小の値に値をデクリメントします。

public:
 static System::Runtime::InteropServices::NFloat BitDecrement(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::BitDecrement;
public static System.Runtime.InteropServices.NFloat BitDecrement (System.Runtime.InteropServices.NFloat x);
static member BitDecrement : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function BitDecrement (x As NFloat) As NFloat

パラメーター

x
NFloat

ビット単位でデクリメントされる値。

戻り値

より x小さい値を比較する最小値。

実装

適用対象