<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Numeric functions > LOINT |
Description
Return the lowest integer (16 bits) part of a 32 bit number.
Syntax
n = LOINT(32BitNumExp)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
32BitNumExp |
Number |
No |
A numeric expression (internally transformed into a 32 bit number) whose lowest integer part will be taken |
Remarks
Restrictions
See also
Examples