C# 클래스 NMeasure.Converting.UnitGraphEdge

A unit graph edge links two units in terms of converting from one unit to another
파일 보기 프로젝트 열기: flq/NMeasure 1 사용 예제들

공개 메소드들

메소드 설명
ApplyConversion ( Measure m ) : Measure
Equals ( UnitGraphEdge other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
UnitGraphEdge ( Unit from, Measure>.Func fromToTo, Unit to ) : System
UnitGraphEdge ( Unit from, decimal>.Func fromToTo, Unit to ) : System

메소드 상세

ApplyConversion() 공개 메소드

public ApplyConversion ( Measure m ) : Measure
m Measure
리턴 Measure

Equals() 공개 메소드

public Equals ( UnitGraphEdge other ) : bool
other UnitGraphEdge
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UnitGraphEdge() 공개 메소드

public UnitGraphEdge ( Unit from, Measure>.Func fromToTo, Unit to ) : System
from Unit
fromToTo Measure>.Func
to Unit
리턴 System

UnitGraphEdge() 공개 메소드

public UnitGraphEdge ( Unit from, decimal>.Func fromToTo, Unit to ) : System
from Unit
fromToTo decimal>.Func
to Unit
리턴 System