init(value:minimum:maximum:)
Creates a specification for a metaparameter with the given numeric value and range.
Declaration
init(value: Double, minimum: Double, maximum: Double)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.