NumIntDigits Function

  • Updated

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.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.