Constructor for an instance of IPv4 prefix from a decimal number
the decimal value to construct the IPv4 prefix from.
the instance of an IPv4 prefix
The decimal value of the 8bit number representing the prefix
Gets the decimal value of the IPv4 prefix
the decimal value of the IPv4 prefix
Gets the decimal value of the IPv4 prefix as string
he decimal value of the IPv4 prefix as string
Converts the IPv4 prefix to a IPv4SubnetMask
The IPv4 Subnet mask is the representation of the prefix in the dot-decimal notation
the subnet mask representation of the prefix
Convenience method for constructing an instance of IPv4 prefix from a decimal number
the decimal value to construct the IPv4 prefix from.
the instance of an IPv4 prefix
Generated using TypeDoc
Represents the prefix portion in the CIDR notation for representing IP ranges
The IPv4 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 8 bit value.
{@see https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing} for more information on CIDR