C# 클래스 SIMDPrototyping.Trees.SingleArray.Leaf

파일 보기 프로젝트 열기: RossNordby/scratchpad 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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