MathF.BitDecrement(Single) 方法  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回小于指定值的最大值。
public:
 static float BitDecrement(float x);
	public static float BitDecrement(float x);
	static member BitDecrement : single -> single
	Public Shared Function BitDecrement (x As Single) As Single
	参数
- x
 - Single
 
要递减的值。
返回
比较小于 x的最大值。
- 或 -
如果 x 等于 NegativeInfinity,则为 NegativeInfinity。
- 或 -