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
  • Line Class
    • Members
    • Constructors
    • Methods
    • Properties
Collapse imageExpand ImageCopy imageCopyHover image
       




Line Class

Members  See Also 
Represents a line.

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

Syntax

C#
[SerializableAttribute]
public sealed class Line : Polynomial
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class Line _
	Inherits Polynomial
Visual C++
[SerializableAttribute]
public ref class Line sealed : public Polynomial
F#
[<SealedAttribute>]
[<SerializableAttribute>]
type Line =  
    class
        inherit Polynomial
    end

Remarks

Use a Line to describe a linear relationship between two quantities. It has constant Slope. Unless the slope is zero, it has one root. It inherits from Polynomial and provides specialized implementation for most methods.

A line can be defined in many ways. The Line constructor is overloaded to reflect this.

A Line curve has two parameters: the Y-value where it crosses the Y-axis, and the slope of the line.

The ValueAt(Double) method returns the value of the curve at a specific point. SlopeAt(Double) returns the constant slope of the Line. Integral(Double, Double) evaluates the definite integral over a specified interval.

A Line curve is returned by the GetDerivative()()() method of the Quadratic class.

Inheritance Hierarchy

System..::.Object
  Extreme.Mathematics.Curves..::.Curve
    Extreme.Mathematics.Curves..::.LinearCombination
      Extreme.Mathematics.Curves..::.PolynomialBase
        Extreme.Mathematics.Curves..::.Polynomial
          Extreme.Mathematics.Curves..::.Line

See Also

Line Members
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.