[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


isgreaterless

The facility determines if two numbers are unequal.

Compatibility:

This facility is compatible with the following targets:

ANSI

BeOS
EMB/RTOS

Mac OS

Palm OS

Win32


Prototype:
int isgreaterless(x, y)
Parameters:

Parameters for this facility are:

x  
float, double or long double  
number compared  
y  
float, double or long double  
number compared  

Remarks:

Unlike x>y || x<y isgreaterless does not raise an invalid exception when x and y are unordered.

Return:

This facility returns true if x is greater than or less than y.


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000