Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 742 Bytes

File metadata and controls

56 lines (27 loc) · 742 Bytes

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

FloatVector.getEntry() method

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

Signature:

getEntry(index: number): number;

Parameters

Parameter

Type

Description

index

number

The index of the entry to retrieve

Returns:

number

The entry