Table of Contents

Interface IPrefixUnit

Namespace
Cuemon
Assembly
Cuemon.Core.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. Implements the IUnit

public interface IPrefixUnit : IUnit, IEquatable<IUnit>
Inherited Members
IEquatable<IUnit>.Equals(IUnit)

Properties

Prefix

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

IPrefixMultiple Prefix { get; }

Property Value

IPrefixMultiple

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

PrefixValue

Gets the prefix value of the base unit.

double PrefixValue { get; }

Property Value

Double

The prefix value of the base unit.

See Also