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

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
MultiplyNullableByte ( byte a, byte b ) : byte
MultiplyNullableChar ( char a, char b ) : char
MultiplyNullableDecimal ( decimal a, decimal b ) : decimal
MultiplyNullableDouble ( double a, double b ) : double
MultiplyNullableFloat ( float a, float b ) : float
MultiplyNullableInt ( int a, int b ) : int
MultiplyNullableLong ( long a, long b ) : long
MultiplyNullableSByte ( sbyte a, sbyte b ) : sbyte
MultiplyNullableShort ( short a, short b ) : short
MultiplyNullableUInt ( uint a, uint b ) : uint
MultiplyNullableULong ( ulong a, ulong b ) : ulong
MultiplyNullableUShort ( ushort a, ushort b ) : ushort

Private Methods

Méthode Description
CheckLiftedMultiplyNullableByteTest ( bool useInterpreter ) : void
CheckLiftedMultiplyNullableCharTest ( bool useInterpreter ) : void
CheckLiftedMultiplyNullableDecimalTest ( bool useInterpreter ) : void
CheckLiftedMultiplyNullableDoubleTest ( bool useInterpreter ) : void
CheckLiftedMultiplyNullableFloatTest ( bool useInterpreter ) : void
CheckLiftedMultiplyNullableIntTest ( bool useInterpreter ) : void
CheckLiftedMultiplyNullableLongTest ( bool useInterpreter ) : void
CheckLiftedMultiplyNullableNumberTest ( bool useInterpreter ) : void
CheckLiftedMultiplyNullableSByteTest ( bool useInterpreter ) : void
CheckLiftedMultiplyNullableShortTest ( bool useInterpreter ) : void
CheckLiftedMultiplyNullableUIntTest ( bool useInterpreter ) : void
CheckLiftedMultiplyNullableULongTest ( bool useInterpreter ) : void
CheckLiftedMultiplyNullableUShortTest ( bool useInterpreter ) : void
VerifyMultiplyNullableByte ( byte a, byte b, bool useInterpreter ) : void
VerifyMultiplyNullableChar ( char a, char b, bool useInterpreter ) : void
VerifyMultiplyNullableDecimal ( decimal a, decimal b, bool useInterpreter ) : void
VerifyMultiplyNullableDouble ( double a, double b, bool useInterpreter ) : void
VerifyMultiplyNullableFloat ( float a, float b, bool useInterpreter ) : void
VerifyMultiplyNullableInt ( int a, int b, bool useInterpreter ) : void
VerifyMultiplyNullableLong ( long a, long b, bool useInterpreter ) : void
VerifyMultiplyNullableNumber ( Number a, Number b, bool useInterpreter ) : void
VerifyMultiplyNullableSByte ( sbyte a, sbyte b, bool useInterpreter ) : void
VerifyMultiplyNullableShort ( short a, short b, bool useInterpreter ) : void
VerifyMultiplyNullableUInt ( uint a, uint b, bool useInterpreter ) : void
VerifyMultiplyNullableULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifyMultiplyNullableUShort ( ushort a, ushort b, bool useInterpreter ) : void

Method Details

MultiplyNullableByte() public static méthode

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

MultiplyNullableChar() public static méthode

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

MultiplyNullableDecimal() public static méthode

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

MultiplyNullableDouble() public static méthode

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

MultiplyNullableFloat() public static méthode

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

MultiplyNullableInt() public static méthode

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

MultiplyNullableLong() public static méthode

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

MultiplyNullableSByte() public static méthode

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

MultiplyNullableShort() public static méthode

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

MultiplyNullableUInt() public static méthode

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

MultiplyNullableULong() public static méthode

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

MultiplyNullableUShort() public static méthode

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