PiecewiseInterpolatingCurve Properties

Properties

LowerBound Gets the lower bound of the interpolation domain.
(Overrides PiecewiseCurve.LowerBound)
NumberOfIntervals Gets the number of intervals that make up this PiecewiseCurve.
(Inherited from PiecewiseCurve)
Parameters Gets the collection of parameters that determine the shape of this Curve.
(Inherited from Curve)
UpperBound Gets the upper bound of the interpolation domain.
(Overrides PiecewiseCurve.UpperBound)

See Also