objc

Enumerations
NXComparisonResult.h File Reference

Defines the NXComparisonResult enumeration used for comparison operations. More...

Go to the source code of this file.

Enumerations

enum  NXComparisonResult { NXComparisonAscending = -1, NXComparisonSame = 0, NXComparisonDescending = 1 }
 Enumeration representing the result of a comparison operation. More...
 

Detailed Description

Defines the NXComparisonResult enumeration used for comparison operations.

Definition in file NXComparisonResult.h.