Big Float.Bit Increment Method
Returns the smallest value that compares greater than a specified value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The smallest value that compares greater than x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static BigFloat BitIncrement(
BigFloat x
)
Parameters
- x BigFloat
- The value to be bitwise incremented.
Return Value
BigFloatThe smallest value that compares greater than x.