Contents

evaluate(x:)

Provides the height of the envelope for an input value.

Declaration

func evaluate(x: Double) -> Double

Parameters

  • 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.

See Also

Inspecting the Envelope