C# Class Layout.Formatters.NumericFormat

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

Protected Properties

Свойство Type Description
decimalExtend bool
factored bool

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
decimalPlaces ( decimal i ) : int
pot ( decimal val ) : int
pow10 ( int i ) : decimal

Method Details

FormalLabels() public méthode

public FormalLabels ( IEnumerable o ) : string>.Tuple
o IEnumerable
Résultat string>.Tuple

FormatLabels() public abstract méthode

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

NumericFormat() public méthode

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

Score() public méthode

public Score ( IEnumerable val ) : double
val IEnumerable
Résultat double

Score() public abstract méthode

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

decimalPlaces() protected méthode

protected decimalPlaces ( decimal i ) : int
i decimal
Résultat int

pot() protected méthode

protected pot ( decimal val ) : int
val decimal
Résultat int

pow10() protected méthode

protected pow10 ( int i ) : decimal
i int
Résultat decimal

Property Details

decimalExtend protected_oe property

protected bool decimalExtend
Résultat bool

factored protected_oe property

protected bool factored
Résultat bool