C# Class sharpSML.Utility.Endianness

Mostrar archivo Open project: stschake/sharpSML

Public Methods

Method Description
Reverse ( int value ) : int
Reverse ( long value ) : long
Reverse ( short value ) : short
Reverse ( uint value ) : uint
Reverse ( ulong value ) : ulong
Reverse ( ushort value ) : ushort

Method Details

Reverse() public static method

public static Reverse ( int value ) : int
value int
return int

Reverse() public static method

public static Reverse ( long value ) : long
value long
return long

Reverse() public static method

public static Reverse ( short value ) : short
value short
return short

Reverse() public static method

public static Reverse ( uint value ) : uint
value uint
return uint

Reverse() public static method

public static Reverse ( ulong value ) : ulong
value ulong
return ulong

Reverse() public static method

public static Reverse ( ushort value ) : ushort
value ushort
return ushort