[]
Computes the remainder after dividing its first operand by its second.
public static Variant operator %(Variant a, Variant b)
| Type | Name | Description |
|---|---|---|
| Variant | a | The first operand. |
| Variant | b | The second operand. |
| Type | Description |
|---|---|
| Variant | The remainder after dividing a by b or Error if given arguments cannot be converted to numbers. |