get_array_one_item_from_index method

get_array_one_item_from_index

Returns one item array from specified index

Returns

The array of Int32

def get_array_one_item_from_index(self, index):
    ...
ParameterTypeDescription
indexintThe range index.

Exceptions

ExceptionDescription
ArgumentExceptionIndex is out of range

See Also