Navigation:  thinBasic Modules > Core > Numeric handling >

LOINT

Previous pageReturn to chapter overviewNext page

 

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

 

Numeric Handling,

 

Examples

 

 

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com