Click or drag to resize

StepResponseT Class

A response curve with a step response.
Inheritance Hierarchy
SystemObject
  Gamelogic.Extensions.AlgorithmsResponseCurveBaseT
    Gamelogic.Extensions.AlgorithmsStepResponseT

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class StepResponse<T> : ResponseCurveBase<T>

Type Parameters

T

The StepResponseT type exposes the following members.

Constructors
Properties
Methods
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also