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

实现

适用于