Click or drag to resize

MathRoutinesReplaceNaNs Method (Double, Double)

LightningChart .NET Help
Replace NaN numbers with given value

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public static void ReplaceNaNs(
	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