evaluate(x:)
Provides the height of the envelope for an input value.
Declaration
func evaluate(x: Double) -> DoubleParameters
- x:
A value within the envelope’s domain. The envelope clamps this parameter to a value within Domain.
Return Value
The curve’s height for the argument x value.