Half.BitDecrement(Half) 方法

定义

将值递减为小于给定值的最小值。

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

参数

x
Half

返回

Half

小于 x的最小值。

实现

适用于