Click or drag to resize

SortableListIndexOfMin Method

Returns the object of the list whose value is minimum

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public int IndexOfMin()

Return Value

Type: Int32
The minimum object in the list
See Also