Quad.BitDecrement Method

Returns the largest value that compares less than a specified value.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Quad BitDecrement(
	Quad x
)

Parameters

x  Quad
The value to be bitwise decremented.

Return Value

Quad
The largest value that compares less than x.

Implements

IFloatingPointIeee754<TSelf>.BitDecrement(TSelf)

See Also