pushIndexedDouble Method

push a pair of int values on the intData array.

pushIndexedDouble(intA: number, valueB: number): void

Parameter Type Description
intA number int to push on the intData array, followed by index of valueB in the doubleData array.
valueB number value to push on the doubleData array.

Returns - void

Defined in

Last Updated: 30 November, 2023