Click or drag to resize

StepResponse Class

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

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

The StepResponse type exposes the following members.

Constructors
  NameDescription
Public methodStepResponse
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetStepT
Gets the step response that returns y0 for all inputs less than x, and y1 for all inputs greater than or equal to x.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also