xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

Infinity()

Returns the largest number.

Syntax

Infinity( [<l32BitOS>] ) --> nLargestNumber

Arguments

<l32BitOS>
If .T. (true) is passed, the function returns the largest possible number for a 32-bit operating system. The default value is .F. (false).

Return

The function returns the largest possible number that can be represented in binary form. By default, the return value is the largest number for a 16-bit operating system (compatibility). The largest possible number for a 32-bit operating system is returned when .T. (true) is passed.

Info

See also:Exponent(), Mantissa()
Category: CT:NumBits , Numbers and Bits
Source:ct\num1.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe