subscript(_:_:) Accesses the element at the specified position. Declarationsubscript(column: Int, row: Int) -> Double { get set } See AlsoElement Accesssubscript(_:)