length

Accessor

The number of points in use. When the length is increased, the array is padded with zeroes.

get: number


Setter

The number of points in use. When the length is increased, the array is padded with zeroes.

set(newLength: number): void

Parameter Type Description
newLength number  

Defined in

Last Updated: 21 May, 2020