Table of Contents

Class UnitDescriptor

Namespace
Lers.Data
Assembly
Lers.Core.dll

Описывает свойства единицы изменения.

public class UnitDescriptor
Inheritance
UnitDescriptor
Inherited Members
Extension Methods

Properties

Ratio

Коэффициент для преобразования в системные единицы измерения.

public double Ratio { get; }

Property Value

double

SiRatio

Коэффициент для преобразования в единицы системы СИ.

public decimal? SiRatio { get; }

Property Value

decimal?

Unit

Единица измерения.

public Unit Unit { get; }

Property Value

Unit

Methods

Get(Unit)

Возвращает описатель указанной единицы измерения.

public static UnitDescriptor Get(Unit unit)

Parameters

unit Unit

Returns

UnitDescriptor

ToString()

public override string ToString()

Returns

string