Double.BitIncrement(Double) Method

Definition

Increments a value to the smallest value that compares greater than a given value.

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

Parameters

x
Double

The value to be bitwise incremented.

Returns

The smallest value that compares greater than x.

Implements

Applies to