Table of Contents

Interface IBaseUnit

Namespace
Codebelt.Unitify
Assembly
Codebelt.Unitify.dll

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.