[]
Negates the given numerical variant.
public static Variant operator -(Variant a)
| Type | Name | Description |
|---|---|---|
| Variant | a | The variant to be negated. |
| Type | Description |
|---|---|
| Variant | The negated variant or Error if argument cannot be converted to the numeric type. |