Click or drag to resize

ResponseCurveInt Constructor

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public ResponseCurveInt(
	IEnumerable<float> inputSamples,
	IEnumerable<int> outputSamples
)

Parameters

inputSamples
Type: System.Collections.GenericIEnumerableSingle
outputSamples
Type: System.Collections.GenericIEnumerableInt32
See Also