Uint64Array Data Member Function

Constructs a new object with the specified count and value.

Prototype

Uint64Array Uint64Array( int32 p_nCount, uint64 value )

Parameters

Parameter Type Parameter Name Documentation
int32p_nCountThe desired array count.
uint64valueThe initial value of all the items in the array.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.