Click or drag to resize

ResponseCurveFloat Class

A response curve with outputs of float.
Inheritance Hierarchy
SystemObject
  Gamelogic.Extensions.AlgorithmsResponseCurveBaseSingle
    Gamelogic.Extensions.AlgorithmsResponseCurveFloat

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 2, 0)]
public class ResponseCurveFloat : ResponseCurveBase<float>

The ResponseCurveFloat type exposes the following members.

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