HCoord
Object Hierarchy:
Description:
public class HCoord :
Object
,
ISerializable
A Hierarchical topology Coordinates. That is, level and position. It is an immutable class.
Namespace: Ntk.Core
Package: vd
Content:
Properties:
- public
int
lvl { get; }
- public
int
pos { get; }
Static methods:
- public static
bool
equal_func (HCoord? a, HCoord? b)
Creation methods:
- public HCoord (
int
lvl, int
pos)
Methods: