Method Contains
Contains(int)
Determines whether or not the given frame index is contained in the interval.
Declaration
public bool Contains(int frameIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| int | frameIndex |
Returns
| Type | Description |
|---|---|
| bool | True if the given frame index is contained in this interval; false otherwise. |
Contains(TimeIndex)
Determines whether or not the given time index is contained in the interval.
Declaration
public bool Contains(TimeIndex timeIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| TimeIndex | timeIndex |
Returns
| Type | Description |
|---|---|
| bool | True if the given time index is contained in this interval; false otherwise. |