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

Tests whether this System::Currency::Currency value is greater than or equal to 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’s value is greater than or equal to the value of rhs, false otherwise. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!