IFloatingPointIeee754<TSelf>.BitDecrement(TSelf) Metoda

Definicja

Zwraca największą wartość, która porównuje wartość mniejszą niż określona wartość.

public:
 static TSelf BitDecrement(TSelf x);
public static abstract TSelf BitDecrement (TSelf x);
static member BitDecrement : 'Self -> 'Self
Public Shared Function BitDecrement (x As TSelf) As TSelf

Parametry

x
TSelf

Wartość, która ma być dekrementowana w sposób bitowy.

Zwraca

TSelf

Największa wartość, która porównuje wartość mniejszą niż x.

Dotyczy