Single.BitIncrement(Single) Methode

Definitie

Retourneert de kleinste waarde die groter is dan een opgegeven waarde.

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

Parameters

x
Single

De waarde die bitsgewijs moet worden verhoogd.

Retouren

De kleinste waarde die groter is dan x.

Implementeringen

Van toepassing op