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
Syntaxpublic bool IsZero(
float AllowedVariance = 0f
)
Public Function IsZero (
Optional AllowedVariance As Single = 0F
) As Boolean
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