Big Float.Truncate Method
Truncates a BigFloat value to the nearest integer.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The BigFloat value that equals the integer closest to value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static BigFloat Truncate(
BigFloat value
)
Parameters
Return Value
BigFloatThe BigFloat value that equals the integer closest to value.
Implements
IFloatingPoint<TSelf>.Truncate(TSelf)Exceptions
Argument | value is null. |