C# Class LinqToRest.OData.Filters.BestFitTypeDeterminer

Afficher le fichier Open project: chrisblock/LinqToRest

Private Properties

Свойство Type Description
BuildFloatingPointNextSizeUpDictionary Type>.IDictionary
BuildIntegralNextSizeUpDictionary Type>.IDictionary
BuildWeightDictionary int>.IDictionary
DetermineBestFit System.Type
DetermineBestFloatingPointFit System.Type
DetermineBestIntegralFit System.Type
IsFloatingPointType bool
IsUnsigned bool

Méthodes publiques

Méthode Description
DetermineBestFit ( Type x, Type y ) : Type

Private Methods

Méthode 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 méthode

public DetermineBestFit ( Type x, Type y ) : Type
x System.Type
y System.Type
Résultat System.Type