C# 클래스 System.Linq.Expressions.Tests.LambdaMultiplyTests

파일 보기 프로젝트 열기: dotnet/corefx

비공개 메소드들

메소드 설명
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