Skip to content

ExtendedNumerics.BigDecimal.NumberOfDigits(System.Numerics.BigInteger)

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

BigDecimal.NumberOfDigits(BigInteger) Method

Returns the number of digits to the right of the decimal point.

public static int NumberOfDigits(System.Numerics.BigInteger value);

Parameters

value System.Numerics.BigInteger

Returns

System.Int32

Clone this wiki locally