C# 클래스 Layout.Formatters.NumericFormat

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

보호된 프로퍼티들

프로퍼티 타입 설명
decimalExtend bool
factored bool

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
decimalPlaces ( decimal i ) : int
pot ( decimal val ) : int
pow10 ( int i ) : decimal

메소드 상세

FormalLabels() 공개 메소드

public FormalLabels ( IEnumerable o ) : string>.Tuple
o IEnumerable
리턴 string>.Tuple

FormatLabels() 공개 추상적인 메소드

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

NumericFormat() 공개 메소드

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

Score() 공개 메소드

public Score ( IEnumerable val ) : double
val IEnumerable
리턴 double

Score() 공개 추상적인 메소드

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

decimalPlaces() 보호된 메소드

protected decimalPlaces ( decimal i ) : int
i decimal
리턴 int

pot() 보호된 메소드

protected pot ( decimal val ) : int
val decimal
리턴 int

pow10() 보호된 메소드

protected pow10 ( int i ) : decimal
i int
리턴 decimal

프로퍼티 상세

decimalExtend 보호되어 있는 프로퍼티

protected bool decimalExtend
리턴 bool

factored 보호되어 있는 프로퍼티

protected bool factored
리턴 bool