ToArray

function

ToArray([_array[, _index]])

Description

Writes the components of the vector into the target array.

Arguments

Name Type Description
_array Array<Real> The array to write to. If undefined a new one of required size is created.
_index Real The starting index within the target array. Defaults to 0.

Returns

Array<Real> The target array.

Do you find this page helpful?

Copyright © 2023, BlueBurn. Built on March 24, 2023 using GMDoc.