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.

Number Class<br />

operator%=()<br />

operator+=()<br />

operator-=()<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 />

remainder 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 adds the Number object and the parameter specified, and assigns the<br />

sum 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 subtracts the parameter specified from the Number object, and assigns<br />

the difference to the Number object.<br />

Syntax<br />

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

8-118 <strong>Oracle</strong> <strong>C++</strong> <strong>Call</strong> <strong>Interface</strong> Programmer’s <strong>Guide</strong>

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

Saved successfully!

Ooh no, something went wrong!