Click or drag to resize

SortableListIndexOfMax Method

Returns the object of the list whose value is maximum

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

Return Value

Type: Int32
The maximum object in the list
See Also