Ice.intVersion¶
- Ice.intVersion = <built-in function intVersion>¶
intVersion() -> int
Returns the Ice version as an integer in the form
AABBCC, whereAAindicates the major version,BBindicates the minor version, andCCindicates the patch level. For example, for Ice 3.9.1, the returned value is 30901.- Returns:
The Ice version.
- Return type: