TimingRange Constructor
Constructor in TimingRange
Declaration
public TimingRange(float min, float max)Description
Creates a new timing range with the specified values.
Parameters
| min | The lower bound of the timing range. |
| max | The upper bound of the timing range. |