C# Класс System.Dynamic.Tests.BinaryOperationTests

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

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

Метод Описание
AddDouble ( double x, double y ) : void
AddDoubleAssign ( double x, double y ) : void
AddInt32 ( int x, int y ) : void
AddInt32Assign ( int x, int y ) : void
AddOvfInt32 ( int x, int y ) : void
AddOvfInt32Assign ( int x, int y ) : void
AndInt32 ( int x, int y ) : void
AndInt32Assign ( int x, int y ) : void
BinaryExpressionTypes ( ) : IEnumerable
CrossJoinDouble ( ) : IEnumerable
CrossJoinInt32 ( ) : IEnumerable
DivideDouble ( double x, double y ) : void
DivideDoubleAssign ( double x, double y ) : void
DivideInt32 ( int x, int y ) : void
DivideInt32Assign ( int x, int y ) : void
EqualDouble ( double x, double y ) : void
EqualInt32 ( int x, int y ) : void
ExclusiveOrInt32 ( int x, int y ) : void
ExclusiveOrInt32Assign ( int x, int y ) : void
ExpressionTypeMatches ( ExpressionType type ) : void
GreaterThanDouble ( double x, double y ) : void
GreaterThanInt32 ( int x, int y ) : void
GreaterThanOrEqualDouble ( double x, double y ) : void
GreaterThanOrEqualInt32 ( int x, int y ) : void
InvalidOperationForType ( ) : void
LeftShiftInt32 ( int x, int y ) : void
LeftShiftInt32Assign ( int x, int y ) : void
LessThanDouble ( double x, double y ) : void
LessThanInt32 ( int x, int y ) : void
LessThanOrEqualDouble ( double x, double y ) : void
LessThanOrEqualInt32 ( int x, int y ) : void
ModuloDouble ( double x, double y ) : void
ModuloDoubleAssign ( double x, double y ) : void
ModuloInt32 ( int x, int y ) : void
ModuloInt32Assign ( int x, int y ) : void
MultiplyDouble ( double x, double y ) : void
MultiplyDoubleAssign ( double x, double y ) : void
MultiplyInt32 ( int x, int y ) : void
MultiplyInt32Assign ( int x, int y ) : void
MultiplyOvfInt32 ( int x, int y ) : void
MultiplyOvfInt32Assign ( int x, int y ) : void
NoArgumentsPassed ( ) : void
NonBinaryExpressionTypes ( ) : IEnumerable
NonBinaryOperations ( ExpressionType type ) : void
NotEqualDouble ( double x, double y ) : void
NotEqualInt32 ( int x, int y ) : void
NullArgumentArrayPassed ( ) : void
NullTarget ( ) : void
OrInt32 ( int x, int y ) : void
OrInt32Assign ( int x, int y ) : void
ReturnType ( ExpressionType type ) : void
RightShiftInt32 ( int x, int y ) : void
RightShiftInt32Assign ( int x, int y ) : void
SingleNullArgumentPassed ( ) : void
SubtractDouble ( double x, double y ) : void
SubtractDoubleAssign ( double x, double y ) : void
SubtractInt32 ( int x, int y ) : void
SubtractInt32Assign ( int x, int y ) : void
SubtractOvfInt32 ( int x, int y ) : void
SubtractOvfInt32Assign ( int x, int y ) : void
TooManyArgumentArrayPassed ( ) : void