C# Class Layout.Formatters.ScientificFormat

Inheritance: NumericFormat
Datei anzeigen Open project: jtalbot/Labeling

Public Methods

Method Description
FormatLabels ( IEnumerable d ) : string>.Tuple
ScientificFormat ( bool factored, bool decimalExtend, double weight ) : System
Score ( decimal d ) : double

Method Details

FormatLabels() public method

public FormatLabels ( IEnumerable d ) : string>.Tuple
d IEnumerable
return string>.Tuple

ScientificFormat() public method

public ScientificFormat ( bool factored, bool decimalExtend, double weight ) : System
factored bool
decimalExtend bool
weight double
return System

Score() public method

public Score ( decimal d ) : double
d decimal
return double