GB.Array.Get

void * *GB.Array.Get ( GB_ARRAY array , long index )

Returns a pointer to an element of the array from its index.

This function returns a pointer to the specified element. Use the GB.Store function family to put a data into the array.