MTHelperPropertyValue

public struct MTHelperPropertyValue : Codable, Sendable

A single mapping from a property value to an associated numeric value.

  • Value of the property (input)

    Declaration

    Swift

    public var propertyValue: Double
  • Value to associate it with (output)

    Declaration

    Swift

    public var value: Double
  • Undocumented

    Declaration

    Swift

    public init(propertyValue: Double, value: Double)