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