ShopToolsUtilRemoveDuplicates Method

Remove all duplicate values from the caller's plot point collection.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public static void RemoveDuplicates(
	PlotPointCollection points,
	int epsilonDecimalPoints = 3
)

Parameters

points  PlotPointCollection
Reference to the collection of points in which to identify duplicate values.
epsilonDecimalPoints  Int32  (Optional)
Number of decimal points to consider as within the epsilon value.

See Also