Returns the number of digits in a given number that appear to the left of the decimal point, not counting preceding zeros.
Syntax
|
Returns the number of digits in a given number that appear to the left of the decimal point, not counting preceding zeros. |
|
NumIntDigits(value) |
|
Arguments: |
|
|
value |
Numeric - The number whose integer digits should be counted. |
Remarks
- Example: NumIntDigits(123.4567) returns 3.
Comments
0 comments
Article is closed for comments.