System.Currency Methods
InheritedProtected
| Create | public | Creates an instance of a Currency object. | 
| operator ! | public | Returns a new Currency object that is the logical negation of this Currency object. | 
| operator != | public | Tests for inequality between the Currency object’s value and a specified value. | 
| operator % | public | Returns a new Currency object with the value that is the remainder of this Currency object, divided by a specified integer. | 
| operator %= | public | Assigns this Currency object the remainder of its initial value divided by integer rhs. | 
| operator () | public | Converts the Currency object. | 
| operator * | public | Multiplies the value of the Currency object by a specified value. | 
| operator *= | public | Assigns this Currency object the result of its initial value multiplied by the value of the Currency object rhs. | 
| operator + | public | Adds a specified value to the Currency object. | 
| operator ++ | public | Increments the value of the Currency object by a specified integer value. | 
| operator += | public | Increments the value of this Currency object by the value of rhs. | 
| operator - | public | Subtracts a specified value from the Currency object. | 
| operator -- | public | Decrements the value of the Currency object by a specified integer value. | 
| operator -= | public | Decrements the value of this Currency object by the value of rhs. | 
| operator / | public | Divides the value of the Currency object by a specified value. | 
| operator /= | public | Assigns this Currency object the result of its initial value divided by the value of the Currency object rhs. | 
| operator < | public | Tests whether this Currency value is less than a specified value. | 
| operator <= | public | Tests whether this Currency value is less than or equal to a specified value. | 
| operator = | public | Assigns the value of the Currency object. | 
| operator == | public | Tests for equality between the Currency object's value and a specified value. | 
| operator > | public | Tests whether this Currency value is greater than a specified value. | 
| operator >= | public | Tests whether this Currency value is greater than or equal to a specified value. |