C# 클래스 Layout.Formatters.ScientificFormat

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

공개 메소드들

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

메소드 상세

FormatLabels() 공개 메소드

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

ScientificFormat() 공개 메소드

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

Score() 공개 메소드

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