C# Class SIMDPrototyping.Trees.SingleArray.Leaf

显示文件 Open project: RossNordby/scratchpad Class Usage Examples

Public Properties

Property 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
return int

Id public_oe property

Identifier of the leaf.
public int Id
return int

NodeIndex public_oe property

Which node within the level the leaf is in.
public int NodeIndex
return int