Click or drag to resize

MathRoutinesReplaceNaNs Method (Double, Double)

LightningChart .NET Help
Replace NaN numbers with given value

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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