Int8Array Data Member Function

Constructs a new object with the specified count and value.

Prototype

Int8Array Int8Array( int32 p_nCount, int8 value )

Parameters

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