Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.Curves Namespace


Extreme Optimization Mathematics Library for .NET

Quadratic Class

Represents a quadratic Curve.

For a list of all members of this type, see Quadratic Members.

System.Object
   Curve
      LinearCombination
         PolynomialBase
            Polynomial
               Quadratic

[Visual Basic]
NotInheritable Public Class Quadratic
Inherits Polynomial
[C#]
public sealed class Quadratic : Polynomial

Remarks

Use a Quadratic to describe a quadratic relationship between two quantities. It inherits from Polynomial and provides specialized implementation for most methods.

A quadratic curve can be defined in many ways. The Quadratic constructor is overloaded to reflect this.

A Quadratic curve has three parameters, corresponding to the constant, linear, and quadratic components.

The ValueAt method returns the value of the curve at a specific point. SlopeAt returns the slope of the Quadratic. Integral evaluates the definite integral over a specified interval.

Requirements

Namespace: Extreme.Mathematics.Curves

Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)

See Also

Quadratic Members | Extreme.Mathematics.Curves Namespace