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

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
DivideNullableByte ( byte a, byte b ) : byte
DivideNullableChar ( char a, char b ) : char
DivideNullableDecimal ( decimal a, decimal b ) : decimal
DivideNullableDouble ( double a, double b ) : double
DivideNullableFloat ( float a, float b ) : float
DivideNullableInt ( int a, int b ) : int
DivideNullableLong ( long a, long b ) : long
DivideNullableSByte ( sbyte a, sbyte b ) : sbyte
DivideNullableShort ( short a, short b ) : short
DivideNullableUInt ( uint a, uint b ) : uint
DivideNullableULong ( ulong a, ulong b ) : ulong
DivideNullableUShort ( ushort a, ushort b ) : ushort

Private Methods

Méthode Description
CheckLiftedDivideNullableByteTest ( bool useInterpreter ) : void
CheckLiftedDivideNullableCharTest ( bool useInterpreter ) : void
CheckLiftedDivideNullableDecimalTest ( bool useInterpreter ) : void
CheckLiftedDivideNullableDoubleTest ( bool useInterpreter ) : void
CheckLiftedDivideNullableFloatTest ( bool useInterpreter ) : void
CheckLiftedDivideNullableIntTest ( bool useInterpreter ) : void
CheckLiftedDivideNullableLongTest ( bool useInterpreter ) : void
CheckLiftedDivideNullableNumberTest ( bool useInterpreter ) : void
CheckLiftedDivideNullableSByteTest ( bool useInterpreter ) : void
CheckLiftedDivideNullableShortTest ( bool useInterpreter ) : void
CheckLiftedDivideNullableUIntTest ( bool useInterpreter ) : void
CheckLiftedDivideNullableULongTest ( bool useInterpreter ) : void
CheckLiftedDivideNullableUShortTest ( bool useInterpreter ) : void
VerifyDivideNullableByte ( byte a, byte b, bool useInterpreter ) : void
VerifyDivideNullableChar ( char a, char b, bool useInterpreter ) : void
VerifyDivideNullableDecimal ( decimal a, decimal b, bool useInterpreter ) : void
VerifyDivideNullableDouble ( double a, double b, bool useInterpreter ) : void
VerifyDivideNullableFloat ( float a, float b, bool useInterpreter ) : void
VerifyDivideNullableInt ( int a, int b, bool useInterpreter ) : void
VerifyDivideNullableLong ( long a, long b, bool useInterpreter ) : void
VerifyDivideNullableNumber ( Number a, Number b, bool useInterpreter ) : void
VerifyDivideNullableSByte ( sbyte a, sbyte b, bool useInterpreter ) : void
VerifyDivideNullableShort ( short a, short b, bool useInterpreter ) : void
VerifyDivideNullableUInt ( uint a, uint b, bool useInterpreter ) : void
VerifyDivideNullableULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifyDivideNullableUShort ( ushort a, ushort b, bool useInterpreter ) : void

Method Details

DivideNullableByte() public static méthode

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

DivideNullableChar() public static méthode

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

DivideNullableDecimal() public static méthode

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

DivideNullableDouble() public static méthode

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

DivideNullableFloat() public static méthode

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

DivideNullableInt() public static méthode

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

DivideNullableLong() public static méthode

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

DivideNullableSByte() public static méthode

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

DivideNullableShort() public static méthode

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

DivideNullableUInt() public static méthode

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

DivideNullableULong() public static méthode

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

DivideNullableUShort() public static méthode

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