Click or drag to resize

MathRoutinesReplaceNaNs Method (Single, Single)

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(
	float[] array,
	float value
)

Parameters

array
Type: SystemSingle
Array to check and replace
value
Type: SystemSingle
Value to store when NaN is found
See Also