Returns the value of the derivative.

Overload List

NameDescription
Derivative(Double)
Returns the value of the first derivative of the B-spline at a point.
(Inherited from BSpline.)
Derivative(Double, Int32)
Returns the value of the derivative of the B-spline at a point.
(Inherited from BSpline.)
Derivative(array<Double>[]()[], Int32)
Returns the value of the derivative of the B-spline at each point of an array.
(Inherited from BSpline.)

See Also