Click or drag to resize

Currency Operators and Type Conversions

X#

The Currency type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(Currency, Currency)
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberAddition(Currency, Usual)
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberAddition(Usual, Currency)
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberDecrement
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberDivision
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberEquality
This operator is used in code generated by the compiler when needed.
Public operatorStatic member(Currency to Byte)
Public operatorStatic member(Currency to SByte)
Public operatorStatic member(Currency to Short)
Public operatorStatic member(Currency to Word)
Public operatorStatic member(Currency to Long)
Public operatorStatic member(Currency to DWord)
Public operatorStatic member(Currency to Int64)
Public operatorStatic member(Currency to UInt64)
Public operatorStatic memberGreaterThan
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberGreaterThanOrEqual
This operator is used in code generated by the compiler when needed.
Public operatorStatic member(Byte to Currency)
Public operatorStatic member(Decimal to Currency)
Public operatorStatic member(Double to Currency)
Public operatorStatic member(Short to Currency)
Public operatorStatic member(Long to Currency)
Public operatorStatic member(Int64 to Currency)
Public operatorStatic member(SByte to Currency)
Public operatorStatic member(Single to Currency)
Public operatorStatic member(Word to Currency)
Public operatorStatic member(DWord to Currency)
Public operatorStatic member(UInt64 to Currency)
Public operatorStatic member(Currency to Double)
Public operatorStatic member(Currency to Single)
Public operatorStatic member(Currency to Float)
Public operatorStatic member(Currency to Decimal)
Public operatorStatic member(Float to Currency)
Public operatorStatic memberIncrement
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberInequality
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberLessThan
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberLessThanOrEqual
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberModulus
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberMultiply
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberSubtraction(Currency, Currency)
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberSubtraction(Currency, Usual)
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberSubtraction(Usual, Currency)
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberUnaryNegation
This operator is used in code generated by the compiler when needed.
Public operatorStatic memberUnaryPlus
This operator is used in code generated by the compiler when needed.
Top
See Also