Click or drag to resize

StepResponseT Constructor

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public StepResponse(
	IEnumerable<float> inputSamples,
	IEnumerable<T> outputSamples,
	StepResponseStepType stepType = StepResponseStepType.Left
)

Parameters

inputSamples
Type: System.Collections.GenericIEnumerableSingle
outputSamples
Type: System.Collections.GenericIEnumerableT
stepType (Optional)
Type: Gamelogic.Extensions.AlgorithmsStepResponseStepType
See Also