Type Definitions

The following type definitions are available globally.

  • IACertainty

    Discussion: Type used for representing the certainty that something is true. Has a value from 0.0 to 1.0, inclusive. A negative value indicates an invalid certainty.

    Declaration

    Objective-C

    typedef double IACertainty

    Swift

    typealias IACertainty = Double