Click or drag to resize

IDistanceRelaxer Interface

Namespace:  QuickGraph.Algorithms
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public interface IDistanceRelaxer : IComparer<double>

The IDistanceRelaxer type exposes the following members.

Properties
  NameDescription
Public propertyInitialDistance
Top
Methods
  NameDescription
Public methodCombine
Public methodCompare
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
(Inherited from IComparerDouble.)
Top
See Also