BigFloat.FractionalPart Method

Returns the fractional part of the BigFloat number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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

ArgumentNullException

value is null.

See Also