M_PurpleKingdomGames_Core_Collections_BinaryHeap_1_IndexOf - PurpleKingdomGames/CoreLibs GitHub Wiki

BinaryHeap(T).IndexOf Method

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)

Syntax

C#

public int IndexOf(
	T item
)

Parameters

 

item
Type: T
The item to search for

Return Value

Type: Int32
Returns zero or more on success. -1 on failure

See Also

Reference

BinaryHeap(T) Class
PurpleKingdomGames.Core.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️