Uint8Array Data Member Function

Constructs a new object with the specified count and value.

Prototype

Uint8Array Uint8Array( int32 p_nCount, uint8 value )

Parameters

Parameter Type Parameter Name Documentation
int32p_nCountThe desired array count.
<uint8>valueThe initial value of all the items in the array.

Examples

Copy Text To Clipboard

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