|
NodeDistanceTNodeCompareTo Method (Object)
|
Compares this instance to another node, returning an integer
indicating whether this instance has a distance that is less
than, equal to, or greater than the other node's distance.
Namespace:
Accord.Collections
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public int CompareTo(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
Request Example
View SourceParameters
- obj
- Type: SystemObject
Return Value
Type:
Int32See Also