Interface IBaseUnit
Defines a base unit of measure, including its category, name, and symbol.
public interface IBaseUnit
Properties
Category
Gets the category of the base unit.
string Category { get; }
Property Value
- string
The category of the base unit.
Name
Gets the name of the base unit.
string Name { get; }
Property Value
- string
The name of the base unit.
Symbol
Gets the symbol of the base unit.
string Symbol { get; }
Property Value
- string
The symbol of the base unit.