Skip to content

Roots xpand() Function

Dan Kranz edited this page Nov 24, 2020 · 2 revisions

Extend an array. New array entries are filled with zeros.

Syntax

Roots.xpand(arr, newCount)

Parameter Values

Parameter Description
arr The array to extend
newCount The new array length
Clone this wiki locally