Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 732 Bytes

File metadata and controls

56 lines (27 loc) · 732 Bytes

Home > @josh-brown/vector > ArrayVector > getEntry

ArrayVector.getEntry() method

Returns the entry of the matrix located at the provided index (index)

Signature:

getEntry(index: number): S;

Parameters

Parameter

Type

Description

index

number

The index of the entry to retrieve

Returns:

S

The entry