Instance.PropertyArray.appendDouble()

Signature

void appendDouble (PropertyArrayDouble arr, double value, long time)

Domain

action

Description

Creates a new propertyAtomDouble of value and appends it to the end of the PropertyArray.

Parameters

NameTypeDescription
arrPropertyArrayA PropertyArray to append an element to.
valuedoubleA value to append to the PropertyArray, arr.
timelongThis must be -1.

Returns

None.