C# Class Layout.Formatters.UnitFormat

Inheritance: NumericFormat
Datei anzeigen Open project: jtalbot/Labeling

Public Methods

Method Description
FormatLabels ( IEnumerable d ) : string>.Tuple
Score ( decimal d ) : double
UnitFormat ( decimal unit, string name, Range potRange, bool factored, bool decimalExtend, double weight ) : System

Method Details

FormatLabels() public method

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

Score() public method

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

UnitFormat() public method

public UnitFormat ( decimal unit, string name, Range potRange, bool factored, bool decimalExtend, double weight ) : System
unit decimal
name string
potRange Range
factored bool
decimalExtend bool
weight double
return System