FreeBSD Manual Pages
Protocol::XMLRPC::ValuUseroContributed Perl Protocol::XMLRPC::Value::Double(3) NAME Protocol::XMLRPC::Value::Double - XML-RPC array SYNOPSIS my $double = Protocol::XMLRPC::Value::Double->new(1.12); DESCRIPTION XML-RPC double METHODS "new" Creates new Protocol::XMLRPC::Value::Double instance. "type" Returns 'double'. "value" my $double = Protocol::XMLRPC::Value::Double->new(1.2); # $double->value returns 1.2 Returns serialized Perl5 scalar. "to_string" my $double = Protocol::XMLRPC::Value::Double->new(1.2); # $double->to_string is now '<double>1.2</double>' XML-RPC double string representation. perl v5.32.1 2011-05-05Protocol::XMLRPC::Value::Double(3)
NAME | SYNOPSIS | DESCRIPTION | METHODS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Protocol::XMLRPC::Value::Double&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>