IOperatable Interface |
public interface IOperatable
The IOperatable type exposes the following members.
| Name | Description | |
|---|---|---|
| vop_Addition | Attempts to add a to this instance. | |
| vop_Addition_Rev | Attempts reversed addition where this instance is the right-hand operand. | |
| vop_And | Attempts bitwise AND with a. | |
| vop_And_Rev | Attempts reversed bitwise AND where this instance is the right-hand operand. | |
| vop_Complement | Attempts bitwise complement. | |
| vop_Decrement | Attempts pre-decrement. | |
| vop_Division | Attempts to divide this instance by a. | |
| vop_Division_Rev | Attempts reversed division where this instance is the right-hand operand. | |
| vop_Equal | Attempts equality comparison with a. | |
| vop_Equal_Rev | Attempts reversed equality comparison where this instance is the right-hand operand. | |
| vop_False | Attempts boolean false operator. | |
| vop_Greater | Attempts greater-than comparison with a. | |
| vop_Greater_Rev | Attempts reversed greater-than comparison where this instance is the right-hand operand. | |
| vop_GreaterOrEqual | Attempts greater-or-equal comparison with a. | |
| vop_GreaterOrEqual_Rev | Attempts reversed greater-or-equal comparison where this instance is the right-hand operand. | |
| vop_Increment | Attempts pre-increment. | |
| vop_Lesser | Attempts lesser-than comparison with a. | |
| vop_Lesser_Rev | Attempts reversed lesser-than comparison where this instance is the right-hand operand. | |
| vop_LesserOrEqual | Attempts lesser-or-equal comparison with a. | |
| vop_LesserOrEqual_Rev | Attempts reversed lesser-or-equal comparison where this instance is the right-hand operand. | |
| vop_Minus | Attempts unary minus. | |
| vop_Modulo | Attempts to compute the modulo using a. | |
| vop_Modulo_Rev | Attempts reversed modulo where this instance is the right-hand operand. | |
| vop_Multiplication | Attempts to multiply this instance by a. | |
| vop_Multiplication_Rev | Attempts reversed multiplication where this instance is the right-hand operand. | |
| vop_Not | Attempts logical NOT. | |
| vop_NotEqual | Attempts inequality comparison with a. | |
| vop_NotEqual_Rev | Attempts reversed inequality comparison where this instance is the right-hand operand. | |
| vop_Or | Attempts bitwise OR with a. | |
| vop_Or_Rev | Attempts reversed bitwise OR where this instance is the right-hand operand. | |
| vop_Plus | Attempts unary plus. | |
| vop_ShiftLeft | Attempts bit-shift left by a. | |
| vop_ShiftLeft_Rev | Attempts reversed bit-shift left where this instance is the right-hand operand. | |
| vop_ShiftRight | Attempts bit-shift right by a. | |
| vop_ShiftRight_Rev | Attempts reversed bit-shift right where this instance is the right-hand operand. | |
| vop_Subtraction | Attempts to subtract a from this instance. | |
| vop_Subtraction_Rev | Attempts reversed subtraction where this instance is the right-hand operand. | |
| vop_True | Attempts boolean true operator. | |
| vop_Xor | Attempts bitwise XOR with a. | |
| vop_Xor_Rev | Attempts reversed bitwise XOR where this instance is the right-hand operand. |