C# Класс System.Linq.Expressions.Tests.LambdaMultiplyTests

Показать файл Открыть проект

Приватные методы

Метод Описание
LambdaMultiplyDecimalTest ( bool useInterpreter ) : void
LambdaMultiplyDoubleTest ( bool useInterpreter ) : void
LambdaMultiplyFloatTest ( bool useInterpreter ) : void
LambdaMultiplyIntTest ( bool useInterpreter ) : void
LambdaMultiplyLongTest ( bool useInterpreter ) : void
LambdaMultiplyShortTest ( bool useInterpreter ) : void
LambdaMultiplyUIntTest ( bool useInterpreter ) : void
LambdaMultiplyULongTest ( bool useInterpreter ) : void
LambdaMultiplyUShortTest ( bool useInterpreter ) : void
VerifyMultiplyDecimal ( decimal a, decimal b, bool useInterpreter ) : void
VerifyMultiplyDouble ( double a, double b, bool useInterpreter ) : void
VerifyMultiplyFloat ( float a, float b, bool useInterpreter ) : void
VerifyMultiplyInt ( int a, int b, bool useInterpreter ) : void
VerifyMultiplyLong ( long a, long b, bool useInterpreter ) : void
VerifyMultiplyShort ( short a, short b, bool useInterpreter ) : void
VerifyMultiplyUInt ( uint a, uint b, bool useInterpreter ) : void
VerifyMultiplyULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifyMultiplyUShort ( ushort a, ushort b, bool useInterpreter ) : void