NAME
CORBA::ORBit::ULongLong - Unsigned Long long integer arithmetic for CORBA.
SYNOPSIS
use
CORBA:::ORBit;
$a
= new CORBA::ULongLong
"12345678912345"
;
$a
- 1000
# produces "123456789121345"
DESCRIPTION
CORBA::ORBit::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::ORBit::ULongLong
provides the following method:
AUTHOR
Owen Taylor <otaylor@gtk.org>
SEE ALSO
perl(1).