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

實作

適用於