Home > lang > fix 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
Fix
Value = Fix ( Number )

Returns the integer part of a number.

Example

PRINT Fix(Pi)

3

PRINT Fix(-Pi)

-3

The behaviour of Fix and Int are the same for positive number, and are different for negative numbers.

See also

Int, Arithmetical Functions