Overload List

NameDescription
ApproxPoly(Double)
Approximates one curve and returns the approximation result, the result use the same storage as the current sequence
ApproxPoly(Double, MemStorage)
Approximates one curves and returns the approximation result
ApproxPoly(Double, Int32, MemStorage)
Approximates one or more curves and returns the approximation result[s]. In case of multiple curves approximation the resultant tree will have the same structure as the input one (1:1 correspondence)

See Also