Click or drag to resize

ResponseCurveBaseT Methods

The ResponseCurveBaseT generic type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodEvaluate
Evaluates the curve at the specified value.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodLerp
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleSelectT, TResult
Creates a response curve that transforms the output of the given curve using the given function.
(Defined by ResponseCurve.)
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also