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

Mostra file Open project: dotnet/corefx

Public Methods

Method Description
PowerByte ( byte a, byte b ) : byte
PowerChar ( char a, char b ) : char
PowerDecimal ( decimal a, decimal b ) : decimal
PowerDouble ( double a, double b ) : double
PowerFloat ( float a, float b ) : float
PowerInt ( int a, int b ) : int
PowerLong ( long a, long b ) : long
PowerSByte ( sbyte a, sbyte b ) : sbyte
PowerShort ( short a, short b ) : short
PowerUInt ( uint a, uint b ) : uint
PowerULong ( ulong a, ulong b ) : ulong
PowerUShort ( ushort a, ushort b ) : ushort

Private Methods

Method Description
CheckBytePowerTest ( bool useInterpreter ) : void
CheckCharPowerTest ( bool useInterpreter ) : void
CheckDecimalPowerTest ( bool useInterpreter ) : void
CheckDoublePowerTest ( bool useInterpreter ) : void
CheckFloatPowerTest ( bool useInterpreter ) : void
CheckIntPowerTest ( bool useInterpreter ) : void
CheckLongPowerTest ( bool useInterpreter ) : void
CheckSBytePowerTest ( bool useInterpreter ) : void
CheckShortPowerTest ( bool useInterpreter ) : void
CheckUIntPowerTest ( bool useInterpreter ) : void
CheckULongPowerTest ( bool useInterpreter ) : void
CheckUShortPowerTest ( bool useInterpreter ) : void
ToStringTest ( ) : void
VerifyBytePower ( byte a, byte b, bool useInterpreter ) : void
VerifyCharPower ( char a, char b, bool useInterpreter ) : void
VerifyDecimalPower ( decimal a, decimal b, bool useInterpreter ) : void
VerifyDoublePower ( double a, double b, bool useInterpreter ) : void
VerifyFloatPower ( float a, float b, bool useInterpreter ) : void
VerifyIntPower ( int a, int b, bool useInterpreter ) : void
VerifyLongPower ( long a, long b, bool useInterpreter ) : void
VerifySBytePower ( sbyte a, sbyte b, bool useInterpreter ) : void
VerifyShortPower ( short a, short b, bool useInterpreter ) : void
VerifyUIntPower ( uint a, uint b, bool useInterpreter ) : void
VerifyULongPower ( ulong a, ulong b, bool useInterpreter ) : void
VerifyUShortPower ( ushort a, ushort b, bool useInterpreter ) : void

Method Details

PowerByte() public static method

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

PowerChar() public static method

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

PowerDecimal() public static method

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

PowerDouble() public static method

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

PowerFloat() public static method

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

PowerInt() public static method

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

PowerLong() public static method

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

PowerSByte() public static method

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

PowerShort() public static method

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

PowerUInt() public static method

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

PowerULong() public static method

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

PowerUShort() public static method

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