IPrefix Interface
Definition
Defines a unit prefix that can can be expressed as either a multiple or a submultiple of the unit of measurement.
public interface IPrefix
- Extension Methods
Properties
| Name | Description |
|---|---|
| Base | Gets the number to be raised of the unit prefix. |
| Exponent | Gets the exponent of the unit prefix. |
| Multiplier | Gets the unit prefix multiplier. |
| Name | Gets the name of the unit prefix. |
| Symbol | Gets the symbol of the unit prefix. |
Methods
| Name | Description |
|---|---|
| ToBaseValue(double) | Converts the |
| ToPrefixValue(double) | Converts the unit base |