The SEDRIS Data Representation Model
APPENDIX D - Functions SE CompareIntervalValues |
---|
extern int | ||||
SE_CompareIntervalValues | ||||
( | ||||
const | SE_Interval_Value | * | a_ptr, | (notes) |
const | SE_Interval_Value | * | b_ptr | (notes) |
); |
Compares 2 SE_Interval_Value types.
The comparison calls SE_Compare***IntervalValues. See their documentation for more information.
This function assumes that both Interval_Values have the same value_type.
-1 | if *a_ptr < *b_ptr |
0 | if *a_ptr == *b_ptr |
1 | if *a_ptr > *b_ptr |
pointer to 1st SE_Interval_Value to be compared
pointer to 2nd SE_Interval_Value to be compared
Prev: SE_CompareIntegerIntervalValues.
Next: SE_CompareLocales.
Up:Index.
|