ConversionRatio Operators |
The ConversionRatio type exposes the following members.
| Name | Description | |
|---|---|---|
| Division |
Implements the operator *. This multiplies the multipliers and the divisors.
| |
| Equality |
Implements the operator ==.
| |
| Inequality |
Implements the operator !=.
| |
| Multiply(ConversionRatio, ConversionRatio) |
Implements the operator *. This multiplies the multipliers and the divisors.
| |
| Multiply(ConversionRatio, Decimal) |
Implements the operator *. This multiplies the multipliers and the divisors.
|