Big Float.Fractional Part Method
Returns the fractional part of the BigFloat number.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The fractional part of value. The result has the same sign as value.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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. |