Contents

subscript(_:)

Retrieves the sample value at the specified index.

Declaration

subscript(index: Int) -> Float { get set }

Parameters

  • index:

    The index of the element you want to retrieve.