show / hide menu

Floor

Round a number down to the nearest integer or to the nearest multiple of significance.

Syntax : Floor(Number InputValue )
Where
Number InputValue is decimal number.

Examples :

textbox1.Value = Exp( 100.53 ) , this returns 101