SplineGetBreakpoints Method |
Returns a copy of the breakpoints.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetBreakpoints()
Public Function GetBreakpoints As Double()
public:
array<double>^ GetBreakpoints()
member GetBreakpoints : unit -> float[]
Return Value
Type:
Double
A
double array containing a copy of the breakpoints.
See Also