MathRoutinesReplaceNaNs Method (Single, Single) |
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(
float[] array,
float value
)
Public Shared Sub ReplaceNaNs (
array As Single(),
value As Single
)
public:
static void ReplaceNaNs(
array<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