C# Class LinqToRest.OData.Filters.BestFitTypeDeterminer

ファイルを表示 Open project: chrisblock/LinqToRest

Private Properties

Property Type Description
BuildFloatingPointNextSizeUpDictionary Type>.IDictionary
BuildIntegralNextSizeUpDictionary Type>.IDictionary
BuildWeightDictionary int>.IDictionary
DetermineBestFit System.Type
DetermineBestFloatingPointFit System.Type
DetermineBestIntegralFit System.Type
IsFloatingPointType bool
IsUnsigned bool

Public Methods

Method Description
DetermineBestFit ( Type x, Type y ) : Type

Private Methods

Method Description
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

Method Details

DetermineBestFit() public method

public DetermineBestFit ( Type x, Type y ) : Type
x System.Type
y System.Type
return System.Type