comparePoint()

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

Syntax

int comparePoint(CxVersion & other);
int comparePoint(int point);

Parameters

other [in]
Is a version object.

point [in]
Is an integer.

Return values

An integer that specifies the difference between the point versions.

Notes

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

See also

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

Copyright IBM Corp. 1997, 2004