Half.BitIncrement(Half) Methode

Definitie

Hiermee wordt een waarde verhoogd naar de kleinste waarde die groter is dan een bepaalde waarde.

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

Parameters

x
Half

De waarde die bitsgewijs moet worden verhoogd.

Retouren

De kleinste waarde die groter is dan x.

Implementeringen

Van toepassing op