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

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
ExclusiveOrNullableByte ( byte a, byte b ) : byte
ExclusiveOrNullableInt ( int a, int b ) : int
ExclusiveOrNullableLong ( long a, long b ) : long
ExclusiveOrNullableSByte ( sbyte a, sbyte b ) : sbyte
ExclusiveOrNullableShort ( short a, short b ) : short
ExclusiveOrNullableUInt ( uint a, uint b ) : uint
ExclusiveOrNullableULong ( ulong a, ulong b ) : ulong
ExclusiveOrNullableUShort ( ushort a, ushort b ) : ushort

Private Methods

Méthode Description
CheckLiftedBitwiseExclusiveOrNullableByteTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableIntTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableLongTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableNumberTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableSByteTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableShortTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableUIntTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableULongTest ( bool useInterpreter ) : void
CheckLiftedBitwiseExclusiveOrNullableUShortTest ( bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableByte ( byte a, byte b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableInt ( int a, int b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableLong ( long a, long b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableNumber ( Number a, Number b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableSByte ( sbyte a, sbyte b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableShort ( short a, short b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableUInt ( uint a, uint b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifyBitwiseExclusiveOrNullableUShort ( ushort a, ushort b, bool useInterpreter ) : void

Method Details

ExclusiveOrNullableByte() public static méthode

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

ExclusiveOrNullableInt() public static méthode

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

ExclusiveOrNullableLong() public static méthode

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

ExclusiveOrNullableSByte() public static méthode

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

ExclusiveOrNullableShort() public static méthode

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

ExclusiveOrNullableUInt() public static méthode

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

ExclusiveOrNullableULong() public static méthode

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

ExclusiveOrNullableUShort() public static méthode

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