MathF.BitIncrement(Single) Methode

Definitie

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

public:
 static float BitIncrement(float x);
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 moet worden verhoogd.

Retouren

De kleinste waarde die groter is dan x.

– of –

PositiveInfinity als x gelijk is PositiveInfinityaan .

– of –

NaN als x is gelijk aan NaN.

Van toepassing op