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.

isNull()<br />

ln()<br />

log()<br />

operator++()<br />

Parameters<br />

val<br />

Integer to whose power the number is raised.<br />

Number Class<br />

This method tests whether the Number object is null. If the Number object is null,<br />

then true is returned; otherwise, false is returned.<br />

Syntax<br />

bool isNull() const;<br />

This method returns the natural logorithm of the Number object.<br />

Syntax<br />

const Number ln() const;<br />

This method returns the logorithm of the Number object with the base provided by<br />

the parameter specified.<br />

Syntax<br />

const Number log(const Number &val) const;<br />

Parameters<br />

val<br />

The base to be used in the logorithm calculation.<br />

Unary operator++(). This method returns the Number object incremented by 1.<br />

This is a prefix operator.<br />

OCCI Classes and Methods 8-111

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

Saved successfully!

Ooh no, something went wrong!