createCapture MethodStatic

Create a new GrowableXYArray capturing the provided data. The data is not copied, just referenced.

createCapture(data: Float64Array): GrowableXYArray

@returns a new GrowableXYArray object that references the provided data.

Parameter Type Description
data Float64Array source data to capture.

Returns - GrowableXYArray

a new GrowableXYArray object that references the provided data.

Defined in

Last Updated: 15 November, 2025