C# 클래스 KellermanSoftware.CompareNetObjects.TypeComparers.DoubleComparer

Compare Double values with the ability to specify the precision
상속: BaseTypeComparer
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects

공개 메소드들

메소드 설명
CompareType ( CompareParms parms ) : void

Compare two doubles

DoubleComparer ( RootComparer rootComparer ) : System

Constructor that takes a root comparer

IsTypeMatch ( Type type1, Type type2 ) : bool

Returns true if both types are double

메소드 상세

CompareType() 공개 메소드

Compare two doubles
public CompareType ( CompareParms parms ) : void
parms CompareParms
리턴 void

DoubleComparer() 공개 메소드

Constructor that takes a root comparer
public DoubleComparer ( RootComparer rootComparer ) : System
rootComparer RootComparer
리턴 System

IsTypeMatch() 공개 메소드

Returns true if both types are double
public IsTypeMatch ( Type type1, Type type2 ) : bool
type1 System.Type
type2 System.Type
리턴 bool