Returns the fractional part of the
BigFloat number.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Shared Function FractionalPart ( _
value As BigFloat _
) As BigFloat
|
Return Value
The fractional part of
value. The result has the same sign as
value.
Exceptions
See Also