@zeroc/ice
    Preparing search index...

    Function intVersion

    • Returns the Ice version as an integer in the format AABBCC, where:

      • AA: major version
      • BB: minor version
      • CC: patch version

      For example, for Ice 3.8.3, the returned value is 30803.

      For pre-releases, CC encodes the pre-release instead of the patch version. For example, for Ice 3.8.0-alpha.0, the returned value is 30850.

      Returns number

      The Ice version as an integer.