Big Float.Fractional Part Method
Returns the fractional part of the BigFloat number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
C#
The fractional part of value. The result has the same sign as value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
public static BigFloat FractionalPart(
BigFloat value
)
Parameters
Return Value
BigFloatThe fractional part of value. The result has the same sign as value.
Exceptions
Argument | value is null. |