Returns a copy of the breakpoints.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[] GetBreakpoints()
Visual Basic (Declaration)
Public Function GetBreakpoints As Double()
Visual C++
public:
array<double>^ GetBreakpoints()

Return Value

A double array containing a copy of the breakpoints.

See Also