Returns a pointer to the previous item in the array, or nullptr if the specified index is the last item in the array.
TypeInformation Previous( int32 index, TypeInformation type_info )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | index | The index of the current item. Must be from 0 to array count - 2. |
| TypeInformation | type_info | This parameter is for testing purposes only. |
None published. Please look for an example in the Simdify Scripting Language code base.