Skip to content

ExtendedNumerics.BigDecimal.Round(ExtendedNumerics.BigDecimal)

Adam White edited this page Oct 7, 2024 · 1 revision

BigDecimal.Round(BigDecimal) Method

Rounds a BigDecimal value to the nearest integral value.

public static System.Numerics.BigInteger Round(ExtendedNumerics.BigDecimal value);

Parameters

value BigDecimal

Returns

System.Numerics.BigInteger

Clone this wiki locally