Constructor ResponseCurveFloatSequence
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
ResponseCurveFloatSequence(IEnumerable<float>, IEnumerable<IList<float>>)
Constructs a new ResponseCurveFloatSequence with the given input and output samples.
public ResponseCurveFloatSequence(IEnumerable<float> inputSamples, IEnumerable<IList<float>> outputSamples)
Parameters
inputSamples
IEnumerable<float>outputSamples
IEnumerable<IList<float>>Each item in the output samples should have the same number of elements.