Constructs a new object with the specified count and value.
Int8Array Int8Array( int32 p_nCount, int8 value )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_nCount | The desired array count. |
| <int8> | value | The initial value of all the items in the array. |
None published. Please look for an example in the Simdify Scripting Language code base.