@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.9.1, the returned value is 30901.

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

      Returns number

      The Ice version as an integer.