Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 723 Bytes

File metadata and controls

54 lines (26 loc) · 723 Bytes

Home > @josh-brown/vector > SparseVector > forEach

SparseVector.forEach() method

Returns the dimension of the vector

Signature:

forEach(callback: (entry: S, index: number) => void): void;

Parameters

Parameter

Type

Description

callback

(entry: S, index: number) => void

Returns:

void

The dimension