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

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static AddCheckedNullableByte ( byte a, byte b ) : byte
a byte
b byte
Résultat byte

AddCheckedNullableChar() public static méthode

public static AddCheckedNullableChar ( char a, char b ) : char
a char
b char
Résultat char

AddCheckedNullableDecimal() public static méthode

public static AddCheckedNullableDecimal ( decimal a, decimal b ) : decimal
a decimal
b decimal
Résultat decimal

AddCheckedNullableDouble() public static méthode

public static AddCheckedNullableDouble ( double a, double b ) : double
a double
b double
Résultat double

AddCheckedNullableFloat() public static méthode

public static AddCheckedNullableFloat ( float a, float b ) : float
a float
b float
Résultat float

AddCheckedNullableInt() public static méthode

public static AddCheckedNullableInt ( int a, int b ) : int
a int
b int
Résultat int

AddCheckedNullableLong() public static méthode

public static AddCheckedNullableLong ( long a, long b ) : long
a long
b long
Résultat long

AddCheckedNullableSByte() public static méthode

public static AddCheckedNullableSByte ( sbyte a, sbyte b ) : sbyte
a sbyte
b sbyte
Résultat sbyte

AddCheckedNullableShort() public static méthode

public static AddCheckedNullableShort ( short a, short b ) : short
a short
b short
Résultat short

AddCheckedNullableUInt() public static méthode

public static AddCheckedNullableUInt ( uint a, uint b ) : uint
a uint
b uint
Résultat uint

AddCheckedNullableULong() public static méthode

public static AddCheckedNullableULong ( ulong a, ulong b ) : ulong
a ulong
b ulong
Résultat ulong

AddCheckedNullableUShort() public static méthode

public static AddCheckedNullableUShort ( ushort a, ushort b ) : ushort
a ushort
b ushort
Résultat ushort