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

Show file Open project: dotnet/corefx

Public Methods

Method Description
AddCheckedNullableByte ( byte a, byte b ) : byte
AddCheckedNullableChar ( char a, char b ) : char
AddCheckedNullableDecimal ( decimal a, decimal b ) : decimal
AddCheckedNullableDouble ( double a, double b ) : double
AddCheckedNullableFloat ( float a, float b ) : float
AddCheckedNullableInt ( int a, int b ) : int
AddCheckedNullableLong ( long a, long b ) : long
AddCheckedNullableSByte ( sbyte a, sbyte b ) : sbyte
AddCheckedNullableShort ( short a, short b ) : short
AddCheckedNullableUInt ( uint a, uint b ) : uint
AddCheckedNullableULong ( ulong a, ulong b ) : ulong
AddCheckedNullableUShort ( ushort a, ushort b ) : ushort

Private Methods

Method Description
CheckLiftedAddCheckedNullableByteTest ( bool useInterpreter ) : void
CheckLiftedAddCheckedNullableCharTest ( bool useInterpreter ) : void
CheckLiftedAddCheckedNullableDecimalTest ( bool useInterpreter ) : void
CheckLiftedAddCheckedNullableDoubleTest ( bool useInterpreter ) : void
CheckLiftedAddCheckedNullableFloatTest ( bool useInterpreter ) : void
CheckLiftedAddCheckedNullableIntTest ( bool useInterpreter ) : void
CheckLiftedAddCheckedNullableLongTest ( bool useInterpreter ) : void
CheckLiftedAddCheckedNullableNumberTest ( bool useInterpreter ) : void
CheckLiftedAddCheckedNullableSByteTest ( bool useInterpreter ) : void
CheckLiftedAddCheckedNullableShortTest ( bool useInterpreter ) : void
CheckLiftedAddCheckedNullableUIntTest ( bool useInterpreter ) : void
CheckLiftedAddCheckedNullableULongTest ( bool useInterpreter ) : void
CheckLiftedAddCheckedNullableUShortTest ( bool useInterpreter ) : void
CheckLiftedAddCheckedRegressionTest ( ) : void
VerifyAddCheckedNullableByte ( byte a, byte b, bool useInterpreter ) : void
VerifyAddCheckedNullableChar ( char a, char b, bool useInterpreter ) : void
VerifyAddCheckedNullableDecimal ( decimal a, decimal b, bool useInterpreter ) : void
VerifyAddCheckedNullableDouble ( double a, double b, bool useInterpreter ) : void
VerifyAddCheckedNullableFloat ( float a, float b, bool useInterpreter ) : void
VerifyAddCheckedNullableInt ( int a, int b, bool useInterpreter ) : void
VerifyAddCheckedNullableLong ( long a, long b, bool useInterpreter ) : void
VerifyAddCheckedNullableNumber ( Number a, Number b, bool useInterpreter ) : void
VerifyAddCheckedNullableSByte ( sbyte a, sbyte b, bool useInterpreter ) : void
VerifyAddCheckedNullableShort ( short a, short b, bool useInterpreter ) : void
VerifyAddCheckedNullableUInt ( uint a, uint b, bool useInterpreter ) : void
VerifyAddCheckedNullableULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifyAddCheckedNullableUShort ( ushort a, ushort b, bool useInterpreter ) : void

Method Details

AddCheckedNullableByte() public static method

public static AddCheckedNullableByte ( byte a, byte b ) : byte
a byte
b byte
return byte

AddCheckedNullableChar() public static method

public static AddCheckedNullableChar ( char a, char b ) : char
a char
b char
return char

AddCheckedNullableDecimal() public static method

public static AddCheckedNullableDecimal ( decimal a, decimal b ) : decimal
a decimal
b decimal
return decimal

AddCheckedNullableDouble() public static method

public static AddCheckedNullableDouble ( double a, double b ) : double
a double
b double
return double

AddCheckedNullableFloat() public static method

public static AddCheckedNullableFloat ( float a, float b ) : float
a float
b float
return float

AddCheckedNullableInt() public static method

public static AddCheckedNullableInt ( int a, int b ) : int
a int
b int
return int

AddCheckedNullableLong() public static method

public static AddCheckedNullableLong ( long a, long b ) : long
a long
b long
return long

AddCheckedNullableSByte() public static method

public static AddCheckedNullableSByte ( sbyte a, sbyte b ) : sbyte
a sbyte
b sbyte
return sbyte

AddCheckedNullableShort() public static method

public static AddCheckedNullableShort ( short a, short b ) : short
a short
b short
return short

AddCheckedNullableUInt() public static method

public static AddCheckedNullableUInt ( uint a, uint b ) : uint
a uint
b uint
return uint

AddCheckedNullableULong() public static method

public static AddCheckedNullableULong ( ulong a, ulong b ) : ulong
a ulong
b ulong
return ulong

AddCheckedNullableUShort() public static method

public static AddCheckedNullableUShort ( ushort a, ushort b ) : ushort
a ushort
b ushort
return ushort