RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Currency::< Operator (Currency&)

Tests whether this System::Currency::Currency value is less than a specified value.

Pascal
operator <(const rhs: Currency&);
operator <(rhs: Integer);
operator <(rhs: double);
C++
__fastcall bool operator <(const Currency& rhs) const;
__fastcall bool operator <(int rhs) const;
__fastcall bool operator <(double rhs) const;

The < System::Currency::< compares the value of the System::Currency::Currency object with the value specified by the rhs operand. It returns true if this System::Currency::Currency object has the lesser value, false otherwise. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!