Numerical Components for .NET
Namespace: Extreme.Mathematics.CurvesAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
[SerializableAttribute] public sealed class Quadratic : Polynomial
<SerializableAttribute> _ Public NotInheritable Class Quadratic _ Inherits Polynomial
[SerializableAttribute] public ref class Quadratic sealed : public Polynomial
[<SealedAttribute>] [<SerializableAttribute>] type Quadratic = class inherit Polynomial end
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(Double) method returns the value of the curve at a specific point. SlopeAt(Double) returns the slope of the Quadratic. Integral(Double, Double) evaluates the definite integral over a specified interval.
Copyright © 2003-2013, Extreme Optimization. All rights reserved. Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc. Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo are registered trademarks of Microsoft Corporation.