init(value:minimum:maximum:identifier:)
Creates a specification for a named metaparameter with the given numeric value and range.
Declaration
convenience init(value: Double, minimum: Double, maximum: Double, identifier: String)Parameters
- value:
A default value for the metaparameter specification.
- minimum:
The lowest possible number for the value.
- maximum:
The highest possible number for the value.
- identifier:
A unique name for the metaparameter specification.