C# Класс Layout.Formatters.NumericFormat

Наследование: Format
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
decimalExtend bool
factored bool

Открытые методы

Метод Описание
FormalLabels ( IEnumerable o ) : string>.Tuple
FormatLabels ( IEnumerable d ) : string>.Tuple
NumericFormat ( bool factored, bool decimalExtend, double weight ) : System
Score ( IEnumerable val ) : double
Score ( decimal d ) : double

Защищенные методы

Метод Описание
decimalPlaces ( decimal i ) : int
pot ( decimal val ) : int
pow10 ( int i ) : decimal

Описание методов

FormalLabels() публичный Метод

public FormalLabels ( IEnumerable o ) : string>.Tuple
o IEnumerable
Результат string>.Tuple

FormatLabels() публичный абстрактный Метод

public abstract FormatLabels ( IEnumerable d ) : string>.Tuple
d IEnumerable
Результат string>.Tuple

NumericFormat() публичный Метод

public NumericFormat ( bool factored, bool decimalExtend, double weight ) : System
factored bool
decimalExtend bool
weight double
Результат System

Score() публичный Метод

public Score ( IEnumerable val ) : double
val IEnumerable
Результат double

Score() публичный абстрактный Метод

public abstract Score ( decimal d ) : double
d decimal
Результат double

decimalPlaces() защищенный Метод

protected decimalPlaces ( decimal i ) : int
i decimal
Результат int

pot() защищенный Метод

protected pot ( decimal val ) : int
val decimal
Результат int

pow10() защищенный Метод

protected pow10 ( int i ) : decimal
i int
Результат decimal

Описание свойств

decimalExtend защищенное свойство

protected bool decimalExtend
Результат bool

factored защищенное свойство

protected bool factored
Результат bool