**CIGAL Reference Manual, Chapter 3 (Functions): integer** ===== Integer -- Convert floating-point numbers to integer values ===== **usage: result = integer(x)** INTEGER converts real numbers to integer numbers by simply dropping the non-integral portion of each value. If the input X is a variable with more than one value, INTEGER will generate an output variable with the same number of values. **See Also:**\\ [[jvs:cigal:manual:chapter1:numbers|NUMBERS(1)]], [[jvs:cigal:manual:chapter3:rem|REM(3)]], [[jvs:cigal:manual:chapter3:round|ROUND(3)]] [[jvs:cigal|CIGAL Home]], [[jvs:cigal:manual|CIGAL Manual]], [[jvs:cigal:manual:chapter3|Functions List]], [[jvs:cigal:manual:help|Manual Help]]