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.
Retrieves the sample value at the specified index.
subscript(index: Int) -> Float { get set }The index of the element you want to retrieve.