C# 클래스 Layout.Formatters.UnitFormat

상속: NumericFormat
파일 보기 프로젝트 열기: jtalbot/Labeling

공개 메소드들

메소드 설명
FormatLabels ( IEnumerable d ) : string>.Tuple
Score ( decimal d ) : double
UnitFormat ( decimal unit, string name, Range potRange, bool factored, bool decimalExtend, double weight ) : System

메소드 상세

FormatLabels() 공개 메소드

public FormatLabels ( IEnumerable d ) : string>.Tuple
d IEnumerable
리턴 string>.Tuple

Score() 공개 메소드

public Score ( decimal d ) : double
d decimal
리턴 double

UnitFormat() 공개 메소드

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
리턴 System