\(\newcommand{\B}[1]{ {\bf #1} }\) \(\newcommand{\R}[1]{ {\rm #1} }\)
a_double_compare#
View page sourcea_double Comparison Operators#
Syntax#
b = ax op ay
b = ax op y
op#
The binary operator op is one of the following:
< (less than),
<= (less than or equal),
> (greater than),
>= (greater than or equal),
== (equal),
!= (not equal).
ax#
This object has c++ prototype
const a_double& axay#
This object has c++ prototype
const a_double& ayy#
This object has c++ prototype
const double& yb#
The result has c++ prototype
bool b