Constructor for an instance of IPv6 prefix from a decimal number
the decimal value to construct the IPv6 prefix from.
the instance of an IPv6 prefix
The decimal value of the 16bit number representing the prefix
Gets the decimal value of the IPv6 prefix
the decimal value of the IPv6 prefix
Gets the decimal value of the IPv4 prefix as string
he decimal value of the IPv4 prefix as string
Converts the IPv6 prefix to a IPv6SubnetMask
The IPv6 Subnet mask is the representation of the prefix in 8 groups of 16 bit values represented in hexadecimal
the subnet mask representation of the prefix
Convenience method for constructing an instance of IPv46 prefix from a decimal number
the decimal value to construct the IPv6 prefix from.
the instance of an IPv6 prefix
Generated using TypeDoc
Represents the prefix portion in the CIDR notation for representing IP ranges
The IPv6 prefix portion represents the subnet mask. It is the number of continuous bits turned on (with value 1) counting from the left side of an 128 bit value.
{@see https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing} for more information on CIDR