Home > @josh-brown/vector > ArrayVector > getEntry
Returns the entry of the matrix located at the provided index (index
)
Signature:
getEntry(index: number): S;
Parameter | Type | Description |
---|---|---|
index | number | The index of the entry to retrieve |
Returns:
S
The entry