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

實作

適用於