10.12.2012 Views

Oracle C++ Call Interface Programmer's Guide

Oracle C++ Call Interface Programmer's Guide

Oracle C++ Call Interface Programmer's Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

operator=()<br />

operator*=()<br />

operator/=()<br />

Parameters<br />

a, b<br />

Numbers which are compared.<br />

Number Class<br />

This method assigns the value of the parameter specified to the Number object.<br />

Syntax<br />

Number& operator=(const Number &a);<br />

Parameters<br />

a<br />

The number to be assigned.<br />

This method multiplies the Number object by the parameter specified, and assigns<br />

the product to the Number object.<br />

Syntax<br />

Number& operator*=(const Number &a);<br />

Parameters<br />

a<br />

A parameter of type Number.<br />

This method divides the Number object by the parameter specified, and assigns the<br />

quotient to the Number object.<br />

Syntax<br />

Number& operator/=(const Number &a);<br />

OCCI Classes and Methods 8-117

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!