Method CountDigits
CountDigits(BigInteger)
Calculates the number of base 10 digits in the value. Zero values return 1.
Declaration
public static int CountDigits(this BigInteger value)
Parameters
Type | Name | Description |
---|---|---|
BigInteger | value |
Returns
Type | Description |
---|---|
int |