[]
Subtracts one Variant from another.
public static Variant operator -(Variant a, Variant b)
| Type | Name | Description |
|---|---|---|
| Variant | a | The source Variant. |
| Variant | b | The Variant to be subtracted. |
| Type | Description |
|---|---|
| Variant | The Variant object representing result of subtraction b from a or Error if given arguments cannot be converted to numbers. |