Show / Hide Table of Contents

Interface IPrefixUnit

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

Inherited Members
IUnit.UnitName
IUnit.UnitSymbol
IUnit.UnitValue
IUnit.ToString(Action<UnitFormatOptions>)
IEquatable<IUnit>.Equals(IUnit)
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public interface IPrefixUnit : IUnit, IEquatable<IUnit>

Properties

| Improve this Doc View Source

Prefix

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

Declaration
IPrefixMultiple Prefix { get; }
Property Value
Type Description
IPrefixMultiple

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

| Improve this Doc View Source

PrefixValue

Gets the prefix value of the base unit.

Declaration
double PrefixValue { get; }
Property Value
Type Description
Double

The prefix value of the base unit.

See Also

IUnit
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX