Big Float.Bit Decrement 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.3
C#
The largest value that compares less than x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static BigFloat BitDecrement(
BigFloat x
)
Parameters
- x BigFloat
- The value to be bitwise decremented.
Return Value
BigFloatThe largest value that compares less than x.