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
  • ValueAt Method
Collapse imageExpand ImageCopy imageCopyHover image
       




CubicSpline..::..ValueAt Method

CubicSpline Class  See Also 
Gets the Y-value of the curve at the specified X-coordinate.

Namespace:  Extreme.Mathematics.Curves
Assembly:  Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)

Syntax

C#
public override double ValueAt(
	double x
)
Visual Basic (Declaration)
Public Overrides Function ValueAt ( _
	x As Double _
) As Double
Visual C++
public:
virtual double ValueAt(
	double x
) override
F#
abstract ValueAt : 
        x:float -> float 
override ValueAt : 
        x:float -> float 

Parameters

x
Type: System..::.Double
A real number.

Return Value

The Y-value of the curve at the specified X-coordinate.

Remarks

If x is less than the lower bound of the first interval, the value is that of the cubic polynomial on the first interval extended to the left. If x is greater than the upper bound of the last interval, the value is that of the cubic polynomial on the last interval extended to the right.

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.