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

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

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

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

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

SubtractCheckedNullableChar() public static méthode

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

SubtractCheckedNullableDecimal() public static méthode

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

SubtractCheckedNullableDouble() public static méthode

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

SubtractCheckedNullableFloat() public static méthode

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

SubtractCheckedNullableInt() public static méthode

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

SubtractCheckedNullableLong() public static méthode

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

SubtractCheckedNullableSByte() public static méthode

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

SubtractCheckedNullableShort() public static méthode

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

SubtractCheckedNullableUInt() public static méthode

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

SubtractCheckedNullableULong() public static méthode

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

SubtractCheckedNullableUShort() public static méthode

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