Method CountDigits
| Improve this Doc View SourceCountDigits(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 |
---|---|
Big |
value |
Returns
Type |
---|
Int32 |