C# Class Layout.Formatters.ScientificFormat

Inheritance: NumericFormat
Afficher le fichier Open project: jtalbot/Labeling

Méthodes publiques

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

Method Details

FormatLabels() public méthode

public FormatLabels ( IEnumerable d ) : string>.Tuple
d IEnumerable
Résultat string>.Tuple

ScientificFormat() public méthode

public ScientificFormat ( bool factored, bool decimalExtend, double weight ) : System
factored bool
decimalExtend bool
weight double
Résultat System

Score() public méthode

public Score ( decimal d ) : double
d decimal
Résultat double