ShopToolsUtilRemoveDuplicates Method
Remove all duplicate values from the caller's plot point collection.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static void RemoveDuplicates(
PlotPointCollection points,
int epsilonDecimalPoints = 3
)
Public Shared Sub RemoveDuplicates (
points As PlotPointCollection,
Optional epsilonDecimalPoints As Integer = 3
)
No code example is currently available or this language may not be supported.
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.