C# Class Queem.Core.Int64Helper

Datei anzeigen Open project: Ribtoks/Queem

Public Properties

Property Type Description
ReversedUShorts ushort[]

Public Methods

Method Description
GenerateReversedUShorts ( ) : ushort[]
GetReversedUlong ( ulong u ) : ulong
GetUshortReversed ( ushort input ) : ushort
ReverseByte ( byte b ) : byte

Private Methods

Method Description
Int64Helper ( ) : System

Method Details

GenerateReversedUShorts() public static method

public static GenerateReversedUShorts ( ) : ushort[]
return ushort[]

GetReversedUlong() public static method

public static GetReversedUlong ( ulong u ) : ulong
u ulong
return ulong

GetUshortReversed() public static method

public static GetUshortReversed ( ushort input ) : ushort
input ushort
return ushort

ReverseByte() public static method

public static ReverseByte ( byte b ) : byte
b byte
return byte

Property Details

ReversedUShorts public_oe static_oe property

public static ushort[] ReversedUShorts
return ushort[]