IResponseCurveT Properties |
The IResponseCurveT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Item |
If the input is below the inputMin given in the constructor,
the output is clamped to the first output sample.
If the input is above the inputMax given in the constructor,
the output is clamped to the last output sample.
Otherwise an index is calculated, and the output is interpolated
between outputSample[index] and outputSample[index + 1].
|