| Addition(Current, Current) | Returns computed sum of values. |
| Division(Current, Current) | Returns computed division of values. |
| Equality(Current, Current) | Compares the two values for equality. |
| Exponent(Current, Current) | Returns result of first value raised to current of second value. |
| GreaterThan(Current, Current) | Returns true if left value is greater than right value. |
| GreaterThanOrEqual(Current, Current) | Returns true if left value is greater than or equal to right value. |
| (Current to Double) | Implicitly converts Current, represented in amperes, to a Double. |
| (Double to Current) | Implicitly converts value, represented in amperes, to a Current. |
| Inequality(Current, Current) | Compares the two values for inequality. |
| LessThan(Current, Current) | Returns true if left value is less than right value. |
| LessThanOrEqual(Current, Current) | Returns true if left value is less or equal to than right value. |
| Modulus(Current, Current) | Returns computed remainder after dividing first value by the second. |
| Multiply(Current, Current) | Returns computed product of values. |
| Subtraction(Current, Current) | Returns computed difference of values. |