NFloat.BitIncrement(NFloat) Method

Definition

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

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

Parameters

x
NFloat

The value to be bitwise incremented.

Returns

The smallest value that compares greater than x.

Implements

Applies to