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

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
CheckNullableBytePowerTest ( bool useInterpreter ) : void
CheckNullableCharPowerTest ( bool useInterpreter ) : void
CheckNullableDecimalPowerTest ( bool useInterpreter ) : void
CheckNullableDoublePowerTest ( bool useInterpreter ) : void
CheckNullableFloatPowerTest ( bool useInterpreter ) : void
CheckNullableIntPowerTest ( bool useInterpreter ) : void
CheckNullableLongPowerTest ( bool useInterpreter ) : void
CheckNullableSBytePowerTest ( bool useInterpreter ) : void
CheckNullableShortPowerTest ( bool useInterpreter ) : void
CheckNullableUIntPowerTest ( bool useInterpreter ) : void
CheckNullableULongPowerTest ( bool useInterpreter ) : void
CheckNullableUShortPowerTest ( bool useInterpreter ) : void
VerifyNullableBytePower ( byte a, byte b, bool useInterpreter ) : void
VerifyNullableCharPower ( char a, char b, bool useInterpreter ) : void
VerifyNullableDecimalPower ( decimal a, decimal b, bool useInterpreter ) : void
VerifyNullableDoublePower ( double a, double b, bool useInterpreter ) : void
VerifyNullableFloatPower ( float a, float b, bool useInterpreter ) : void
VerifyNullableIntPower ( int a, int b, bool useInterpreter ) : void
VerifyNullableLongPower ( long a, long b, bool useInterpreter ) : void
VerifyNullableSBytePower ( sbyte a, sbyte b, bool useInterpreter ) : void
VerifyNullableShortPower ( short a, short b, bool useInterpreter ) : void
VerifyNullableUIntPower ( uint a, uint b, bool useInterpreter ) : void
VerifyNullableULongPower ( ulong a, ulong b, bool useInterpreter ) : void
VerifyNullableUShortPower ( 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