Returns whether the specified inet address is an IP multicast address.
Syntax
isMulticastAddress( inetaddress )
inetaddress.isMulticastAddress( )
Parameters
inetaddress
|
the inet address to test.
|
Returns
boolean
|
true if the specified inet address is an IP multicast address.
false if the specified inet address is not an IP multicast address.
|
Example
if iaddress.isMulticastAddress( )
|