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

Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
SubtractCheckedNullableByte ( byte a, byte b ) : byte
SubtractCheckedNullableChar ( char a, char b ) : char
SubtractCheckedNullableDecimal ( decimal a, decimal b ) : decimal
SubtractCheckedNullableDouble ( double a, double b ) : double
SubtractCheckedNullableFloat ( float a, float b ) : float
SubtractCheckedNullableInt ( int a, int b ) : int
SubtractCheckedNullableLong ( long a, long b ) : long
SubtractCheckedNullableSByte ( sbyte a, sbyte b ) : sbyte
SubtractCheckedNullableShort ( short a, short b ) : short
SubtractCheckedNullableUInt ( uint a, uint b ) : uint
SubtractCheckedNullableULong ( ulong a, ulong b ) : ulong
SubtractCheckedNullableUShort ( ushort a, ushort b ) : ushort

Private Methods

Method Description
CheckLiftedSubtractCheckedNullableByteTest ( bool useInterpreter ) : void
CheckLiftedSubtractCheckedNullableCharTest ( bool useInterpreter ) : void
CheckLiftedSubtractCheckedNullableDecimalTest ( bool useInterpreter ) : void
CheckLiftedSubtractCheckedNullableDoubleTest ( bool useInterpreter ) : void
CheckLiftedSubtractCheckedNullableFloatTest ( bool useInterpreter ) : void
CheckLiftedSubtractCheckedNullableIntTest ( bool useInterpreter ) : void
CheckLiftedSubtractCheckedNullableLongTest ( bool useInterpreter ) : void
CheckLiftedSubtractCheckedNullableNumberTest ( bool useInterpreter ) : void
CheckLiftedSubtractCheckedNullableSByteTest ( bool useInterpreter ) : void
CheckLiftedSubtractCheckedNullableShortTest ( bool useInterpreter ) : void
CheckLiftedSubtractCheckedNullableUIntTest ( bool useInterpreter ) : void
CheckLiftedSubtractCheckedNullableULongTest ( bool useInterpreter ) : void
CheckLiftedSubtractCheckedNullableUShortTest ( bool useInterpreter ) : void
VerifySubtractCheckedNullableByte ( byte a, byte b, bool useInterpreter ) : void
VerifySubtractCheckedNullableChar ( char a, char b, bool useInterpreter ) : void
VerifySubtractCheckedNullableDecimal ( decimal a, decimal b, bool useInterpreter ) : void
VerifySubtractCheckedNullableDouble ( double a, double b, bool useInterpreter ) : void
VerifySubtractCheckedNullableFloat ( float a, float b, bool useInterpreter ) : void
VerifySubtractCheckedNullableInt ( int a, int b, bool useInterpreter ) : void
VerifySubtractCheckedNullableLong ( long a, long b, bool useInterpreter ) : void
VerifySubtractCheckedNullableNumber ( Number a, Number b, bool useInterpreter ) : void
VerifySubtractCheckedNullableSByte ( sbyte a, sbyte b, bool useInterpreter ) : void
VerifySubtractCheckedNullableShort ( short a, short b, bool useInterpreter ) : void
VerifySubtractCheckedNullableUInt ( uint a, uint b, bool useInterpreter ) : void
VerifySubtractCheckedNullableULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifySubtractCheckedNullableUShort ( ushort a, ushort b, bool useInterpreter ) : void

Method Details

SubtractCheckedNullableByte() public static method

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

SubtractCheckedNullableChar() public static method

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

SubtractCheckedNullableDecimal() public static method

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

SubtractCheckedNullableDouble() public static method

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

SubtractCheckedNullableFloat() public static method

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

SubtractCheckedNullableInt() public static method

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

SubtractCheckedNullableLong() public static method

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

SubtractCheckedNullableSByte() public static method

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

SubtractCheckedNullableShort() public static method

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

SubtractCheckedNullableUInt() public static method

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

SubtractCheckedNullableULong() public static method

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

SubtractCheckedNullableUShort() public static method

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