C# 클래스 Layout.Formatters.Format

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

보호된 프로퍼티들

프로퍼티 타입 설명
weight double

공개 메소드들

메소드 설명
FormalLabels ( IEnumerable o ) : String>.Tuple
Format ( double weight ) : System
Score ( IEnumerable val ) : double

메소드 상세

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

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

Format() 공개 메소드

public Format ( double weight ) : System
weight double
리턴 System

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

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

프로퍼티 상세

weight 보호되어 있는 프로퍼티

protected double weight
리턴 double