MathRoutinesReplaceNaNs Method (Double, Double) |
LightningChart .NET Help
Replace NaN numbers with given value
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static void ReplaceNaNs(
double[] array,
double value
)
Public Shared Sub ReplaceNaNs (
array As Double(),
value As Double
)
public:
static void ReplaceNaNs(
array<double>^ array,
double value
)
Parameters
- array
- Type: SystemDouble
Array to check and replace - value
- Type: SystemDouble
Value to store when NaN is found
See Also