Ntk.Core.NIP Reference Manual
Packages
vd
Ntk
Core
NIP
nip_cmp
NIP
NIP
Object Hierarchy:
Description:
public
class
NIP
:
PartialNIP
,
ISerializable
A Netsukuku IP address. That is, the positions at the various levels. It is an immutable class.
Namespace:
Ntk.Core
Package:
vd
Content:
Static methods:
public
static
int
nip_cmp
(
int
[] nipA,
int
[] nipB)
Returns the first level where nipA and nipB differs. The search start from the end of the nip.
Creation methods:
public
NIP
(
int
[] positions)