Click or drag to resize

PointDoubleInequality Operator

LightningChart .NET Help
Difference of two points.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static bool operator !=(
	PointDouble a,
	PointDouble b
)

Parameters

a
Type: Arction.Wpf.ChartingPointDouble
PointDouble a.
b
Type: Arction.Wpf.ChartingPointDouble
PointDouble b.

Return Value

Type: Boolean
True if points are different, otherwise false.
See Also