BigFloat.FractionalPart 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#
public static BigFloat FractionalPart(
	BigFloat value
)

Parameters

value  BigFloat
A BigFloat number.

Return Value

BigFloat
The fractional part of value. The result has the same sign as value.

Exceptions

ArgumentNullExceptionvalue is null.

See Also