Int8Array Data Member Function

Constructs a new object with the specified count and value.

Prototype

Int8Array Int8Array( int32 p_nCount, int32 value )

Parameters

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