Quad.BitIncrement 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.0
C#
public static Quad BitIncrement(
	Quad x
)

Parameters

x  Quad
The value to be bitwise incremented.

Return Value

Quad
The smallest value that compares greater than x.

Implements

IFloatingPointIeee754<TSelf>.BitIncrement(TSelf)

See Also