Currency Operators and Type Conversions |
The Currency type exposes the following members.
Name | Description | |
---|---|---|
Addition(Currency, Currency) | This operator is used in code generated by the compiler when needed. | |
Addition(Currency, Usual) | This operator is used in code generated by the compiler when needed. | |
Addition(Usual, Currency) | This operator is used in code generated by the compiler when needed. | |
Decrement | This operator is used in code generated by the compiler when needed. | |
Division | This operator is used in code generated by the compiler when needed. | |
Equality | This operator is used in code generated by the compiler when needed. | |
(Currency to Byte) | ||
(Currency to SByte) | ||
(Currency to Short) | ||
(Currency to Word) | ||
(Currency to Long) | ||
(Currency to DWord) | ||
(Currency to Int64) | ||
(Currency to UInt64) | ||
GreaterThan | This operator is used in code generated by the compiler when needed. | |
GreaterThanOrEqual | This operator is used in code generated by the compiler when needed. | |
(Byte to Currency) | ||
(Decimal to Currency) | ||
(Double to Currency) | ||
(Short to Currency) | ||
(Long to Currency) | ||
(Int64 to Currency) | ||
(SByte to Currency) | ||
(Single to Currency) | ||
(Word to Currency) | ||
(DWord to Currency) | ||
(UInt64 to Currency) | ||
(Currency to Double) | ||
(Currency to Single) | ||
(Currency to Float) | ||
(Currency to Decimal) | ||
(Float to Currency) | ||
Increment | This operator is used in code generated by the compiler when needed. | |
Inequality | This operator is used in code generated by the compiler when needed. | |
LessThan | This operator is used in code generated by the compiler when needed. | |
LessThanOrEqual | This operator is used in code generated by the compiler when needed. | |
Modulus | This operator is used in code generated by the compiler when needed. | |
Multiply | This operator is used in code generated by the compiler when needed. | |
Subtraction(Currency, Currency) | This operator is used in code generated by the compiler when needed. | |
Subtraction(Currency, Usual) | This operator is used in code generated by the compiler when needed. | |
Subtraction(Usual, Currency) | This operator is used in code generated by the compiler when needed. | |
UnaryNegation | This operator is used in code generated by the compiler when needed. | |
UnaryPlus | This operator is used in code generated by the compiler when needed. |