Click or drag to resize

PointFloatIsZero Method

LightningChart .NET Help
Test if the value is zero or close to it.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool IsZero(
	float AllowedVariance = 0f
)

Parameters

AllowedVariance (Optional)
Type: SystemSingle

[Missing <param name="AllowedVariance"/> documentation for "M:Arction.Wpf.Charting.PointFloat.IsZero(System.Single)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Arction.Wpf.Charting.PointFloat.IsZero(System.Single)"]

See Also