 | StepResponseTGetStep Method |
Gets the step response that returns y0 for all inputs less than x, and y1 for
all inputs greater than or equal to x.
Namespace:
Gamelogic.Extensions.Algorithms
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static StepResponse<T> GetStep(
float x,
T y0,
T y1
)
Parameters
- x
- Type: SystemSingle
The x. - y0
- Type: T
The y0. - y1
- Type: T
The y1.
Return Value
Type:
StepResponseTStepResponse.
See Also