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

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

PowerChar() public static méthode

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

PowerDecimal() public static méthode

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

PowerDouble() public static méthode

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

PowerFloat() public static méthode

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

PowerInt() public static méthode

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

PowerLong() public static méthode

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

PowerSByte() public static méthode

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

PowerShort() public static méthode

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

PowerUInt() public static méthode

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

PowerULong() public static méthode

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

PowerUShort() public static méthode

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