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

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

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

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

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

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

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

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

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

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

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