Defines an interface for variant operations manager.
Performs '+' operation for two variants.
The first operand for this operation.
The second operand for this operation.
A result variant object.
Performs AND operation for two variants.
Converts variant to specified type
A variant value to be converted.
A type of object to be returned.
A converted Variant value.
Performs '/' operation for two variants.
Performs '=' operation for two variants.
Performs [] operation for two variants.
Performs IN operation for two variants.
Performs '<' operation for two variants.
Performs '<=' operation for two variants.
Performs << operation for two variants.
Performs '%' operation for two variants.
Performs '>' operation for two variants.
Performs '>=' operation for two variants.
Performs '*' operation for two variants.
Performs unary '-' operation for a variant.
The operand for this operation.
Performs NOT operation for a variant.
Performs '<>' operation for two variants.
Performs OR operation for two variants.
Performs '^' operation for two variants.
Performs >> operation for two variants.
Performs '-' operation for two variants.
Performs XOR operation for two variants.
Generated using TypeDoc
Defines an interface for variant operations manager.