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 />

This method returns the quotient of the parameters specified.<br />

Syntax<br />

Number operator/(const Number &dividend,<br />

const Number &divisor);<br />

Parameters<br />

dividend<br />

The number to be divided.<br />

divisor<br />

The number to divide by.<br />

This method returns the remainder of the division of the parameters specified.<br />

Syntax<br />

Number operator%(const Number &a,<br />

const Number &b);<br />

Parameters<br />

a, b<br />

Numbers which are operands in the modulo operation.<br />

This method returns the sum of the parameters specified.<br />

Syntax<br />

Number operator+(const Number &a,<br />

const Number &b);<br />

Number Class<br />

OCCI Classes and Methods 8-113

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

Saved successfully!

Ooh no, something went wrong!