Single.BitDecrement(Single) 方法

定義

將值遞減為小於指定值的最小值。

public:
 static float BitDecrement(float x) = System::Numerics::IFloatingPointIeee754<float>::BitDecrement;
public static float BitDecrement (float x);
static member BitDecrement : single -> single
Public Shared Function BitDecrement (x As Single) As Single

參數

x
Single

要位遞減的值。

傳回

比較小於 x 的最小值。

實作

適用於