C# Class SIMDPrototyping.Trees.SingleArray.Leaf

Afficher le fichier Open project: RossNordby/scratchpad Class Usage Examples

Méthodes publiques

Свойство Type Description
ChildIndex int
Id int
NodeIndex int

Property Details

ChildIndex public_oe property

Which child within the node the leaf is in.
public int ChildIndex
Résultat int

Id public_oe property

Identifier of the leaf.
public int Id
Résultat int

NodeIndex public_oe property

Which node within the level the leaf is in.
public int NodeIndex
Résultat int