Objective Systems, Inc.  
Home
About ASN.1
Products
Free Software
Documents
Services
Resources
Resellers
Customers
Careers
About Us
Contact Us
 

Google


Objective Systems, Inc.

rtxFloat.h File Reference

#include "rtxsrc/rtxCommon.h"

Go to the source code of this file.

Defines

#define rtxFloatEqual(a, b)   rtxFloatEqualImpl(a, b)
#define rtxDoubleEqual(a, b)   rtxDoubleEqualImpl(a, b)
#define rtxFloatGreater(a, b)   ((a>b) && !rtxFloatEqual(a,b))
#define rtxFloatGreaterOrEqual(a, b)   ((a>b) || rtxFloatEqual(a,b))
#define rtxFloatSmaller(a, b)   ((a<b) && !rtxFloatEqual(a,b))
#define rtxFloatSmallerOrEqual(a, b)   ((a<b) || rtxFloatEqual(a,b))
#define rtxDoubleGreater(a, b)   ((a>b) && !rtxDoubleEqual(a,b))
#define rtxDoubleGreaterOrEqual(a, b)   ((a>b) || rtxDoubleEqual(a,b))
#define rtxDoubleSmaller(a, b)   ((a<b) && !rtxDoubleEqual(a,b))
#define rtxDoubleSmallerOrEqual(a, b)   ((a<b) || rtxDoubleEqual(a,b))


Detailed Description

Definition in file rtxFloat.h.


This file was last modified on 8 Jan 2007.
XBinder, Version 1.1.9