Method HasNext
HasNext()
Whether the iterator is yet to reach the end of the shape.
Declaration
public bool HasNext()
Returns
Type | Description |
---|---|
bool | Whether the iterator can increment. |
HasNext(int)
Whether the iterator is yet to reach the end of the shape on a given axis.
Declaration
public bool HasNext(int axis)
Parameters
Type | Name | Description |
---|---|---|
int | axis | The axis along which to check. |
Returns
Type | Description |
---|---|
bool | Whether the iterator can increment along the axis. |