C# Class System.Linq.Expressions.Tests.LambdaDivideTests

Afficher le fichier Open project: dotnet/corefx

Private Methods

Méthode Description
LambdaDivideDecimalTest ( bool useInterpreter ) : void
LambdaDivideDoubleTest ( bool useInterpreter ) : void
LambdaDivideFloatTest ( bool useInterpreter ) : void
LambdaDivideIntTest ( bool useInterpreter ) : void
LambdaDivideLongTest ( bool useInterpreter ) : void
LambdaDivideShortTest ( bool useInterpreter ) : void
LambdaDivideUIntTest ( bool useInterpreter ) : void
LambdaDivideULongTest ( bool useInterpreter ) : void
LambdaDivideUShortTest ( bool useInterpreter ) : void
VerifyDivideDecimal ( decimal a, decimal b, bool useInterpreter ) : void
VerifyDivideDouble ( double a, double b, bool useInterpreter ) : void
VerifyDivideFloat ( float a, float b, bool useInterpreter ) : void
VerifyDivideInt ( int a, int b, bool useInterpreter ) : void
VerifyDivideLong ( long a, long b, bool useInterpreter ) : void
VerifyDivideShort ( short a, short b, bool useInterpreter ) : void
VerifyDivideUInt ( uint a, uint b, bool useInterpreter ) : void
VerifyDivideULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifyDivideUShort ( ushort a, ushort b, bool useInterpreter ) : void