compareMinor()

Compares the minor versions of two version objects or compares the minor version with an integer.

Syntax

int compareMinor(CxVersion & other);
 int compareMinor(int minor);
 

Parameters

other [in]
Is a version object.
minor [in]
Is an integer that represents the minor version number.

Return values

An integer that specifies the difference between the minor versions.

Notes

You can use the compareMinor() method to compare the minor versions of business objects or business object definitions.

See also

See also the descriptions of the compareMajor(), comparePoint(), and compareTo() methods.

Copyright IBM Corp. 1997, 2003