Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 603 Bytes

vector.arrayvector.getentry.md

File metadata and controls

26 lines (15 loc) · 603 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