SvgPlottingUtilRemoveDuplicates Method
Remove all values that are either exact duplicates or appear to be
duplicates when compared within the specified decimal precision.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2722.4017
public static PlotPointCollection RemoveDuplicates(
PlotPointCollection points,
int epsilonDecimalPlaces = 3
)
Public Shared Function RemoveDuplicates (
points As PlotPointCollection,
Optional epsilonDecimalPlaces As Integer = 3
) As PlotPointCollection
No code example is currently available or this language may not be supported.
- points PlotPointCollection
-
Reference to the collection of points to review.
- epsilonDecimalPlaces Int32 (Optional)
-
Number of decimal places to compare. Default is 3.
PlotPointCollection
A newly constructed plot point collection containing all of the
unique points in the caller's collection, within the specified
precision.