Extreme Optimization™: Complexity made simple.

Numerical Components
for .NET

  • Home
  • •
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • •
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • •
  • Support
    • Frequently Asked Questions
    • QuickStart Samples
    • Sample Applications
    • Downloads
  • •
  • Blog
  • •
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Contact us
Introduction
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand ReferenceReference
  • Home
  • Documentation
  • Reference
  • Extreme.Mathematics.Curves Namespace
  • CubicSpline Class
  • Methods
    • Integral Method
    • IntegrateOnInterval Overloads
    • OnParameterChanged Method
    • SlopeAt Method
    • ValueAt Method
Collapse imageExpand ImageCopy imageCopyHover image
            






CubicSpline Methods

CubicSpline Class  See Also 

The CubicSpline type exposes the following members.

Methods

  NameDescription
Public methodClone
Constructs an exact copy of this instance.
(Inherited from Curve.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindRoots
Gets the set of X-coordinates where the curve crosses the X-axis.
(Inherited from Curve.)
Public methodGetCurveFitter
Returns a CurveFitter object that can be used to fit the curve to data.
(Inherited from Curve.)
Public methodGetDataPoint
Gets the data point with the specified index.
(Inherited from PiecewiseCurve.)
Public methodGetDerivative
Returns a Curve that represents the derivative of this Curve.
(Inherited from Curve.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetXValue
Returns the X value of the data point with the specified index.
(Inherited from PiecewiseCurve.)
Public methodGetYValue
Returns the Y value of the data point with the specified index.
(Inherited from PiecewiseCurve.)
Public methodIndexOf
Finds the index of the lower bound of the interval that contains the specfied value.
(Inherited from PiecewiseCurve.)
Public methodIntegral
Gets the definite integral of the curve between the specified X-coordinates.
(Overrides PiecewiseCurve..::.Integral(Double, Double).)
Protected methodIntegrateOnIntervalOverloaded.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnParameterChanged
Called after a curve parameter has changed.
(Overrides Curve..::.OnParameterChanged(Int32, Double).)
Protected methodOnParameterChanging
Called before the value of a curve parameter is changed.
(Inherited from PiecewiseCurve.)
Public methodSetDataPoint
Sets the X value of the data point with the specified index.
(Inherited from PiecewiseCurve.)
Public methodSetDataPoints
Sets the data points at the specified indexes.
(Inherited from PiecewiseCurve.)
Public methodSetXValue
Sets the X value of the data point with the specified index.
(Inherited from PiecewiseCurve.)
Public methodSetXValues
Sets the X values at the specified indexes.
(Inherited from PiecewiseCurve.)
Public methodSetYValue
Sets the Y value of the data point with the specified index.
(Inherited from PiecewiseCurve.)
Public methodSetYValues
Sets the Y values at the specified indexes.
(Inherited from PiecewiseCurve.)
Public methodSlopeAt
Gets the slope of the curve at the specified X-coordinate.
(Overrides Curve..::.SlopeAt(Double).)
Public methodSolve
Finds the x value where the curve reaches the specified y value.
(Inherited from Curve.)
Public methodTangentAt
Gets the tangent Line to the curve at the specified X-coordinate.
(Inherited from Curve.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValueAt
Gets the Y-value of the curve at the specified X-coordinate.
(Overrides Curve..::.ValueAt(Double).)

See Also

CubicSpline Class
Extreme.Mathematics.Curves Namespace

Send comments on this topic to support@extremeoptimization.com

Copyright © 2003-2010, 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.