Click or drag to resize

SIUnit Operators

The SIUnit type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberDivision(SIUnit, SIUnit) Divides two SI units by subtracting the exponents of the divisor from the dividend.
Public operatorStatic memberEquality(SIUnit, IUnit) Compares an SIUnit with an IUnit for equality.
Public operatorStatic memberEquality(SIUnit, SIUnit) Determines whether two SIUnit instances are equal by comparing their exponents.
Public operatorStatic memberInequality(SIUnit, IUnit) Determines whether an SIUnit and an IUnit are not equal.
Public operatorStatic memberInequality(SIUnit, SIUnit) Determines whether two SIUnit instances are not equal.
Public operatorStatic memberMultiply(SIUnit, SIUnit) Multiplies two SI units together by adding their corresponding exponents.
Top
See Also