BigFloat.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 BigFloat BitDecrement(
	BigFloat x
)

Parameters

x  BigFloat
The value to be bitwise decremented.

Return Value

BigFloat
The largest value that compares less than x.

Implements

IFloatingPointIeee754<TSelf>.BitDecrement(TSelf)

See Also