networkAddress(subnet: IpSubnet) : IpAddress
Returns the network IP address for the subnet, that is the IP address for the subnet, with all host bits set to 0.
For example, networkAddress(ipSubnet("1.2.3.4/24")) is ipAddress("1.2.3.0").
See also
Types
Functions