C# Класс Util.BinaryHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
Int16BigEndian ( IList bytes, int index ) : short
Int32BigEndian ( IList bytes, int index ) : int
SingleBigEndian ( IList bytes, int index ) : float
UInt16BigEndian ( IList bytes, int index ) : ushort
UInt32BigEndian ( IList bytes, int index ) : uint

Описание методов

Int16BigEndian() публичный статический Метод

public static Int16BigEndian ( IList bytes, int index ) : short
bytes IList
index int
Результат short

Int32BigEndian() публичный статический Метод

public static Int32BigEndian ( IList bytes, int index ) : int
bytes IList
index int
Результат int

SingleBigEndian() публичный статический Метод

public static SingleBigEndian ( IList bytes, int index ) : float
bytes IList
index int
Результат float

UInt16BigEndian() публичный статический Метод

public static UInt16BigEndian ( IList bytes, int index ) : ushort
bytes IList
index int
Результат ushort

UInt32BigEndian() публичный статический Метод

public static UInt32BigEndian ( IList bytes, int index ) : uint
bytes IList
index int
Результат uint