value(_:_:)
Creates a parameter value with label and value.
Declaration
static func value<S>(_ label: S, _ value: Value) -> PlottableValue<Value> where S : StringProtocolParameters
- label:
The label.
- value:
The parameter’s value.
Creates a parameter value with label and value.
static func value<S>(_ label: S, _ value: Value) -> PlottableValue<Value> where S : StringProtocolThe label.
The parameter’s value.