IntArray.Add

This page contains reference documentation for the Add function. This function is used to append a value to the end of an IntArray.

Prototype

int Add( int Value )

Parameters

Function parameters are as follows:

  • Value: The value to add to the array.