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




PiecewiseConstantCurve Class

Members  See Also 
Represents a curve that has different constant values on different intervals within its domain.

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 class PiecewiseConstantCurve : PiecewiseCurve
Visual Basic (Declaration)
Public Class PiecewiseConstantCurve _
	Inherits PiecewiseCurve
Visual C++
public ref class PiecewiseConstantCurve : public PiecewiseCurve
F#
type PiecewiseConstantCurve =  
    class
        inherit PiecewiseCurve
    end

Remarks

Use the PiecewiseConstantCurve class to represent a curve or function whose value is constant over a number of subintervals, but may be different on different intervals.

Piecewise constant curves are defined to be left-continuous. This means that on each interval, the function value at the left or lower bound is equal to the constant value over the interval. The function value at the right or upper bound is equal to the value of the curve on the next interval.

Piecewise linear curves inherit from PiecewiseCurve.

Inheritance Hierarchy

System..::.Object
  Extreme.Mathematics.Curves..::.Curve
    Extreme.Mathematics.Curves..::.PiecewiseCurve
      Extreme.Mathematics.Curves..::.PiecewiseConstantCurve

See Also

PiecewiseConstantCurve 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.