The ifx_int8cmp() function

The ifx_int8cmp() function compares two int8 type numbers.

Syntax

mint ifx_int8cmp(n1, n2)
   ifx_int8_t *n1;
   ifx_int8_t *n2;
n1
A pointer to the int8 structure that contains the first number to compare.
n2
A pointer to the int8 structure that contains the second number to compare.

Return values

-1
The first value is less than the second value.
0
The two values are identical.
1
The first value is greater than the second value.
INT8UNKNOWN
Either value is null.