[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Implement - (unary minus, negation) operation on variants.
Source position: varianth.inc line 366
operator operator -( |
const op: variant |
):variant; |
The implementation of the unary minus (-) operation is delegated to the variant manager with operation varNeg.
Execution of this operator may result in an exception if no variant manager is installed or if the types of the operand are not suitable for the operation.
operator -(variant, variant): variant |
|
Implement subtraction (-) operation on variants. |