Hello,
i’m using the spline filter with the ToSpline method.
The problem I have with this is that the method returns a different type.
I want to apply the filter to my XyDataSeries<long, double>. However, the returned value is of type XyDataSeries<double, double>.
Is there a way to apply the filter and have a XyDataSeries<long, double>?
- Martin Schlidt asked 5 months ago
- You must login to post comments
Hi Martin,
Thanks for your inquiry.
For all integer types, we convert the values to Doubles for better precision, since splain calculations cause X values to become floating-point numbers.
With best regards,
Lex
SciChart Technical Support Engineer
- Lex answered 5 months ago
- You must login to post comments
Please login first to submit.