Click or drag to resize

Charge Operators and Type Conversions

The Charge type exposes the following members.

Operators
  Name Description
Public operator Static member Addition(Charge, Charge) Returns computed sum of values.
Public operator Static member Division(Charge, Charge) Returns computed division of values.
Public operator Static member Equality(Charge, Charge) Compares the two values for equality.
Public operator Static member Exponent(Charge, Charge) Returns result of first value raised to charge of second value.
Public operator Static member GreaterThan(Charge, Charge) Returns true if left value is greater than right value.
Public operator Static member GreaterThanOrEqual(Charge, Charge) Returns true if left value is greater than or equal to right value.
Public operator Static member (Charge to Double) Implicitly converts Charge, represented in coulombs, to a Double.
Public operator Static member (Double to Charge) Implicitly converts value, represented in coulombs, to a Charge.
Public operator Static member Inequality(Charge, Charge) Compares the two values for inequality.
Public operator Static member LessThan(Charge, Charge) Returns true if left value is less than right value.
Public operator Static member LessThanOrEqual(Charge, Charge) Returns true if left value is less or equal to than right value.
Public operator Static member Modulus(Charge, Charge) Returns computed remainder after dividing first value by the second.
Public operator Static member Multiply(Charge, Charge) Returns computed product of values.
Public operator Static member Subtraction(Charge, Charge) Returns computed difference of values.
Top
See Also