C# 클래스 LinqToRest.OData.Filters.BestFitTypeDeterminer

파일 보기 프로젝트 열기: chrisblock/LinqToRest

Private Properties

프로퍼티 타입 설명
BuildFloatingPointNextSizeUpDictionary Type>.IDictionary
BuildIntegralNextSizeUpDictionary Type>.IDictionary
BuildWeightDictionary int>.IDictionary
DetermineBestFit System.Type
DetermineBestFloatingPointFit System.Type
DetermineBestIntegralFit System.Type
IsFloatingPointType bool
IsUnsigned bool

공개 메소드들

메소드 설명
DetermineBestFit ( Type x, Type y ) : Type

비공개 메소드들

메소드 설명
BuildFloatingPointNextSizeUpDictionary ( ) : Type>.IDictionary
BuildIntegralNextSizeUpDictionary ( ) : Type>.IDictionary
BuildWeightDictionary ( ) : int>.IDictionary
DetermineBestFit ( Type>.IDictionary nextSizeUp, Type x, Type y ) : Type
DetermineBestFloatingPointFit ( Type x, Type y ) : Type
DetermineBestIntegralFit ( Type x, Type y ) : Type
IsFloatingPointType ( Type type ) : bool
IsUnsigned ( Type type ) : bool

메소드 상세

DetermineBestFit() 공개 메소드

public DetermineBestFit ( Type x, Type y ) : Type
x System.Type
y System.Type
리턴 System.Type