CellSpace/Manual (draft)
by CellWorks
Home
Table of Contents
Glossary
Int
The Int function round a number down to the nearest integer.
Usage:
= Int(<number>);
Examples:
/* returns 123 */ = Int(123.9);
/* returns -124 */ = Int(-123.9);