Quad.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 Quad BitIncrement(
Quad x
)
Parameters
- x Quad
- The value to be bitwise incremented.
Return Value
QuadThe smallest value that compares greater than x.