C# Класс SIMDPrototyping.Trees.SingleArray.Leaf

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ChildIndex int
Id int
NodeIndex int

Описание свойств

ChildIndex публичное свойство

Which child within the node the leaf is in.
public int ChildIndex
Результат int

Id публичное свойство

Identifier of the leaf.
public int Id
Результат int

NodeIndex публичное свойство

Which node within the level the leaf is in.
public int NodeIndex
Результат int