M_PurpleKingdomGames_Core_Collections_BinaryHeap_1_IndexOf - PurpleKingdomGames/CoreLibs GitHub Wiki
Gets the index of the specified item in the heap
Namespace: PurpleKingdomGames.Core.Collections
Assembly: PurpleKingdomGamesCore (in PurpleKingdomGamesCore.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public int IndexOf(
T item
)
- item
- Type: T
The item to search for
Type: Int32
Returns zero or more on success. -1 on failure
BinaryHeap(T) Class
PurpleKingdomGames.Core.Collections Namespace