NAME
CORBA::MICO::ULongLong - Unsigned Long long integer arithmetic for CORBA.
SYNOPSIS
use CORBA:::MICO;
$a = new CORBA::ULongLong "12345678912345";
print $a - 1000 # produces "123456789121345"
DESCRIPTION
CORBA::MICO::ULongLong implements the package CORBA::ULongLong. The range of values of a CORBA::ULongLong is exactly that of your C compiler's unsigned long long type.
Aside from overloaded +
, -
, *
, /
, %
, <=
>, abs
, and ""
operations, CORBA::MICO::ULongLong
provides the following method:
AUTHOR
Owen Taylor <otaylor@gtk.org>
SEE ALSO
perl(1).