Uint16Array Data Member Function

Constructs a new object with the specified count and value.

Prototype

Uint16Array Uint16Array( int32 p_nCount, uint32 value )

Parameters

Parameter Type Parameter Name Documentation
int32p_nCountThe desired array count.
uint32valueThe 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.