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

Mostra file Open project: dotnet/corefx

Public Methods

Method Description
SubtractNullableByte ( byte a, byte b ) : byte
SubtractNullableChar ( char a, char b ) : char
SubtractNullableDecimal ( decimal a, decimal b ) : decimal
SubtractNullableDouble ( double a, double b ) : double
SubtractNullableFloat ( float a, float b ) : float
SubtractNullableInt ( int a, int b ) : int
SubtractNullableLong ( long a, long b ) : long
SubtractNullableSByte ( sbyte a, sbyte b ) : sbyte
SubtractNullableShort ( short a, short b ) : short
SubtractNullableUInt ( uint a, uint b ) : uint
SubtractNullableULong ( ulong a, ulong b ) : ulong
SubtractNullableUShort ( ushort a, ushort b ) : ushort

Private Methods

Method Description
CheckLiftedSubtractNullableByteTest ( bool useInterpreter ) : void
CheckLiftedSubtractNullableCharTest ( bool useInterpreter ) : void
CheckLiftedSubtractNullableDecimalTest ( bool useInterpreter ) : void
CheckLiftedSubtractNullableDoubleTest ( bool useInterpreter ) : void
CheckLiftedSubtractNullableFloatTest ( bool useInterpreter ) : void
CheckLiftedSubtractNullableIntTest ( bool useInterpreter ) : void
CheckLiftedSubtractNullableLongTest ( bool useInterpreter ) : void
CheckLiftedSubtractNullableNumberTest ( bool useInterpreter ) : void
CheckLiftedSubtractNullableSByteTest ( bool useInterpreter ) : void
CheckLiftedSubtractNullableShortTest ( bool useInterpreter ) : void
CheckLiftedSubtractNullableUIntTest ( bool useInterpreter ) : void
CheckLiftedSubtractNullableULongTest ( bool useInterpreter ) : void
CheckLiftedSubtractNullableUShortTest ( bool useInterpreter ) : void
VerifySubtractNullableByte ( byte a, byte b, bool useInterpreter ) : void
VerifySubtractNullableChar ( char a, char b, bool useInterpreter ) : void
VerifySubtractNullableDecimal ( decimal a, decimal b, bool useInterpreter ) : void
VerifySubtractNullableDouble ( double a, double b, bool useInterpreter ) : void
VerifySubtractNullableFloat ( float a, float b, bool useInterpreter ) : void
VerifySubtractNullableInt ( int a, int b, bool useInterpreter ) : void
VerifySubtractNullableLong ( long a, long b, bool useInterpreter ) : void
VerifySubtractNullableNumber ( Number a, Number b, bool useInterpreter ) : void
VerifySubtractNullableSByte ( sbyte a, sbyte b, bool useInterpreter ) : void
VerifySubtractNullableShort ( short a, short b, bool useInterpreter ) : void
VerifySubtractNullableUInt ( uint a, uint b, bool useInterpreter ) : void
VerifySubtractNullableULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifySubtractNullableUShort ( ushort a, ushort b, bool useInterpreter ) : void

Method Details

SubtractNullableByte() public static method

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

SubtractNullableChar() public static method

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

SubtractNullableDecimal() public static method

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

SubtractNullableDouble() public static method

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

SubtractNullableFloat() public static method

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

SubtractNullableInt() public static method

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

SubtractNullableLong() public static method

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

SubtractNullableSByte() public static method

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

SubtractNullableShort() public static method

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

SubtractNullableUInt() public static method

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

SubtractNullableULong() public static method

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

SubtractNullableUShort() public static method

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