Prefixed |
public struct PrefixedUnit : IPrefixedUnit
The PrefixedUnit type exposes the following members.
| Name | Description | |
|---|---|---|
| PrefixedUnit(IUnit) | Initializes a new instance of the PrefixedUnit struct (with None as prefix). | |
| PrefixedUnit(SIPrefix, IUnit) | Initializes a new instance of the PrefixedUnit struct. |
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString |
Converts to a string consisting of prefix and unit.
(Overrides ValueTypeToString) |