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

显示文件 Open project: dotnet/corefx

Public Methods

Method Description
ModuloNullableByte ( byte a, byte b ) : byte
ModuloNullableChar ( char a, char b ) : char
ModuloNullableDecimal ( decimal a, decimal b ) : decimal
ModuloNullableDouble ( double a, double b ) : double
ModuloNullableFloat ( float a, float b ) : float
ModuloNullableInt ( int a, int b ) : int
ModuloNullableLong ( long a, long b ) : long
ModuloNullableSByte ( sbyte a, sbyte b ) : sbyte
ModuloNullableShort ( short a, short b ) : short
ModuloNullableUInt ( uint a, uint b ) : uint
ModuloNullableULong ( ulong a, ulong b ) : ulong
ModuloNullableUShort ( ushort a, ushort b ) : ushort

Private Methods

Method Description
CheckLiftedModuloNullableByteTest ( bool useInterpreter ) : void
CheckLiftedModuloNullableCharTest ( bool useInterpreter ) : void
CheckLiftedModuloNullableDecimalTest ( bool useInterpreter ) : void
CheckLiftedModuloNullableDoubleTest ( bool useInterpreter ) : void
CheckLiftedModuloNullableFloatTest ( bool useInterpreter ) : void
CheckLiftedModuloNullableIntTest ( bool useInterpreter ) : void
CheckLiftedModuloNullableLongTest ( bool useInterpreter ) : void
CheckLiftedModuloNullableNumberTest ( bool useInterpreter ) : void
CheckLiftedModuloNullableSByteTest ( bool useInterpreter ) : void
CheckLiftedModuloNullableShortTest ( bool useInterpreter ) : void
CheckLiftedModuloNullableUIntTest ( bool useInterpreter ) : void
CheckLiftedModuloNullableULongTest ( bool useInterpreter ) : void
CheckLiftedModuloNullableUShortTest ( bool useInterpreter ) : void
VerifyModuloNullableByte ( byte a, byte b, bool useInterpreter ) : void
VerifyModuloNullableChar ( char a, char b, bool useInterpreter ) : void
VerifyModuloNullableDecimal ( decimal a, decimal b, bool useInterpreter ) : void
VerifyModuloNullableDouble ( double a, double b, bool useInterpreter ) : void
VerifyModuloNullableFloat ( float a, float b, bool useInterpreter ) : void
VerifyModuloNullableInt ( int a, int b, bool useInterpreter ) : void
VerifyModuloNullableLong ( long a, long b, bool useInterpreter ) : void
VerifyModuloNullableNumber ( Number a, Number b, bool useInterpreter ) : void
VerifyModuloNullableSByte ( sbyte a, sbyte b, bool useInterpreter ) : void
VerifyModuloNullableShort ( short a, short b, bool useInterpreter ) : void
VerifyModuloNullableUInt ( uint a, uint b, bool useInterpreter ) : void
VerifyModuloNullableULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifyModuloNullableUShort ( ushort a, ushort b, bool useInterpreter ) : void

Method Details

ModuloNullableByte() public static method

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

ModuloNullableChar() public static method

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

ModuloNullableDecimal() public static method

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

ModuloNullableDouble() public static method

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

ModuloNullableFloat() public static method

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

ModuloNullableInt() public static method

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

ModuloNullableLong() public static method

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

ModuloNullableSByte() public static method

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

ModuloNullableShort() public static method

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

ModuloNullableUInt() public static method

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

ModuloNullableULong() public static method

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

ModuloNullableUShort() public static method

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