Method GetInterval
GetInterval(IntervalIndex)
Retrieves a reference to an interval stored in the runtime asset.
Declaration
public ref Binary.Interval GetInterval(Binary.IntervalIndex intervalIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| Binary.IntervalIndex | intervalIndex | The interval index to retrieve the reference for. |
Returns
| Type | Description |
|---|---|
| Binary.Interval | Interval reference that corresponds to the index passed as argument. |