Navigation: thinBasic Modules > Core > Numeric handling > 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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |