BigFloat.Round(BigFloat) Method

Rounds a BigFloat value to the nearest integer.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static BigFloat Round(
	BigFloat value
)

Parameters

value  BigFloat
A BigFloat value.

Return Value

BigFloat
The BigFloat value that equals the integer closest to value.

Exceptions

ArgumentNullExceptionvalue is null.

See Also