IntList.get Method

Module: IntList

Definition

Gets an item of the IntList object.

int get(int index)

Parameters

index int
in Index of the item to get.

Returns

int
item to get.

Exceptions

An error has occurred during Face Library execution.