Click or drag to resize

ConcaveHullLengthComparerCompare Method

[Missing <summary> documentation for "M:Altaxo.Geometry.Int64_2D.ConcaveHull.LengthComparer.Compare(Altaxo.Geometry.Int64_2D.Int64LineD2DAnnotated,Altaxo.Geometry.Int64_2D.Int64LineD2DAnnotated)"]


Namespace: Altaxo.Geometry.Int64_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int Compare(
	Int64LineD2DAnnotated x,
	Int64LineD2DAnnotated y
)

Parameters

x  Int64LineD2DAnnotated

[Missing <param name="x"/> documentation for "M:Altaxo.Geometry.Int64_2D.ConcaveHull.LengthComparer.Compare(Altaxo.Geometry.Int64_2D.Int64LineD2DAnnotated,Altaxo.Geometry.Int64_2D.Int64LineD2DAnnotated)"]

y  Int64LineD2DAnnotated

[Missing <param name="y"/> documentation for "M:Altaxo.Geometry.Int64_2D.ConcaveHull.LengthComparer.Compare(Altaxo.Geometry.Int64_2D.Int64LineD2DAnnotated,Altaxo.Geometry.Int64_2D.Int64LineD2DAnnotated)"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.Geometry.Int64_2D.ConcaveHull.LengthComparer.Compare(Altaxo.Geometry.Int64_2D.Int64LineD2DAnnotated,Altaxo.Geometry.Int64_2D.Int64LineD2DAnnotated)"]

Implements

IComparerTCompare(T, T)
See Also