Specifies a binary relation of some kind between scalars.
Specifies a unary relation to a threshold value.
-
class
A relation double1 == double2.
class
A relation double1 > double2.
class
A relation double1 >= double2.
class
A relation double1 < double2.
class
A relation double1 <= double2.
class
Base class that specifies a
relation between two
doubles.
-
The relation to the threshold, where the threshold forms the second operand.
void
The relation to the threshold, where the threshold forms the second operand.
Creates a new RelationToConstant instance.