Table of Contents

Interface IPrefixUnit

Namespace
Codebelt.Unitify
Assembly
Codebelt.Unitify.dll

Defines a unit of measurement that is used as a standard for measurement of the same kind of quantity. Any other quantity of that kind can be expressed as a multiple or fraction of the unit of measurement.

public interface IPrefixUnit : IUnit, IBaseUnit
Inherited Members
Extension Methods

Properties

Prefix

Gets the prefix that can be either a multiple or a submultiple to the base unit.

IPrefix Prefix { get; }

Property Value

IPrefix

The prefix that can be either a multiple or a submultiple to the base unit.

See Also