C# Класс System.Linq.Expressions.Tests.LiftedMultiplyCheckedNullableTests

Показать файл Открыть проект

Открытые методы

Метод Описание
MultiplyCheckedNullableByte ( byte a, byte b ) : byte
MultiplyCheckedNullableChar ( char a, char b ) : char
MultiplyCheckedNullableDecimal ( decimal a, decimal b ) : decimal
MultiplyCheckedNullableDouble ( double a, double b ) : double
MultiplyCheckedNullableFloat ( float a, float b ) : float
MultiplyCheckedNullableInt ( int a, int b ) : int
MultiplyCheckedNullableLong ( long a, long b ) : long
MultiplyCheckedNullableSByte ( sbyte a, sbyte b ) : sbyte
MultiplyCheckedNullableShort ( short a, short b ) : short
MultiplyCheckedNullableUInt ( uint a, uint b ) : uint
MultiplyCheckedNullableULong ( ulong a, ulong b ) : ulong
MultiplyCheckedNullableUShort ( ushort a, ushort b ) : ushort

Приватные методы

Метод Описание
CheckLiftedMultiplyCheckedNullableByteTest ( bool useInterpreter ) : void
CheckLiftedMultiplyCheckedNullableCharTest ( bool useInterpreter ) : void
CheckLiftedMultiplyCheckedNullableDecimalTest ( bool useInterpreter ) : void
CheckLiftedMultiplyCheckedNullableDoubleTest ( bool useInterpreter ) : void
CheckLiftedMultiplyCheckedNullableFloatTest ( bool useInterpreter ) : void
CheckLiftedMultiplyCheckedNullableIntTest ( bool useInterpreter ) : void
CheckLiftedMultiplyCheckedNullableLongTest ( bool useInterpreter ) : void
CheckLiftedMultiplyCheckedNullableNumberTest ( bool useInterpreter ) : void
CheckLiftedMultiplyCheckedNullableSByteTest ( bool useInterpreter ) : void
CheckLiftedMultiplyCheckedNullableShortTest ( bool useInterpreter ) : void
CheckLiftedMultiplyCheckedNullableUIntTest ( bool useInterpreter ) : void
CheckLiftedMultiplyCheckedNullableULongTest ( bool useInterpreter ) : void
CheckLiftedMultiplyCheckedNullableUShortTest ( bool useInterpreter ) : void
VerifyMultiplyCheckedNullableByte ( byte a, byte b, bool useInterpreter ) : void
VerifyMultiplyCheckedNullableChar ( char a, char b, bool useInterpreter ) : void
VerifyMultiplyCheckedNullableDecimal ( decimal a, decimal b, bool useInterpreter ) : void
VerifyMultiplyCheckedNullableDouble ( double a, double b, bool useInterpreter ) : void
VerifyMultiplyCheckedNullableFloat ( float a, float b, bool useInterpreter ) : void
VerifyMultiplyCheckedNullableInt ( int a, int b, bool useInterpreter ) : void
VerifyMultiplyCheckedNullableLong ( long a, long b, bool useInterpreter ) : void
VerifyMultiplyCheckedNullableNumber ( Number a, Number b, bool useInterpreter ) : void
VerifyMultiplyCheckedNullableSByte ( sbyte a, sbyte b, bool useInterpreter ) : void
VerifyMultiplyCheckedNullableShort ( short a, short b, bool useInterpreter ) : void
VerifyMultiplyCheckedNullableUInt ( uint a, uint b, bool useInterpreter ) : void
VerifyMultiplyCheckedNullableULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifyMultiplyCheckedNullableUShort ( ushort a, ushort b, bool useInterpreter ) : void

Описание методов

MultiplyCheckedNullableByte() публичный статический Метод

public static MultiplyCheckedNullableByte ( byte a, byte b ) : byte
a byte
b byte
Результат byte

MultiplyCheckedNullableChar() публичный статический Метод

public static MultiplyCheckedNullableChar ( char a, char b ) : char
a char
b char
Результат char

MultiplyCheckedNullableDecimal() публичный статический Метод

public static MultiplyCheckedNullableDecimal ( decimal a, decimal b ) : decimal
a decimal
b decimal
Результат decimal

MultiplyCheckedNullableDouble() публичный статический Метод

public static MultiplyCheckedNullableDouble ( double a, double b ) : double
a double
b double
Результат double

MultiplyCheckedNullableFloat() публичный статический Метод

public static MultiplyCheckedNullableFloat ( float a, float b ) : float
a float
b float
Результат float

MultiplyCheckedNullableInt() публичный статический Метод

public static MultiplyCheckedNullableInt ( int a, int b ) : int
a int
b int
Результат int

MultiplyCheckedNullableLong() публичный статический Метод

public static MultiplyCheckedNullableLong ( long a, long b ) : long
a long
b long
Результат long

MultiplyCheckedNullableSByte() публичный статический Метод

public static MultiplyCheckedNullableSByte ( sbyte a, sbyte b ) : sbyte
a sbyte
b sbyte
Результат sbyte

MultiplyCheckedNullableShort() публичный статический Метод

public static MultiplyCheckedNullableShort ( short a, short b ) : short
a short
b short
Результат short

MultiplyCheckedNullableUInt() публичный статический Метод

public static MultiplyCheckedNullableUInt ( uint a, uint b ) : uint
a uint
b uint
Результат uint

MultiplyCheckedNullableULong() публичный статический Метод

public static MultiplyCheckedNullableULong ( ulong a, ulong b ) : ulong
a ulong
b ulong
Результат ulong

MultiplyCheckedNullableUShort() публичный статический Метод

public static MultiplyCheckedNullableUShort ( ushort a, ushort b ) : ushort
a ushort
b ushort
Результат ushort