C# Класс TDAmeritrade.Client.Extensions.BinaryReaderExtensions

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

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

Метод Описание
ReadInt16BE ( this reader ) : short
ReadInt32BE ( this reader ) : int
ReadInt64BE ( this reader ) : long
ToSingleBE ( this reader ) : float

Приватные методы

Метод Описание
Reverse ( this array ) : byte[]

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

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

public static ReadInt16BE ( this reader ) : short
reader this
Результат short

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

public static ReadInt32BE ( this reader ) : int
reader this
Результат int

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

public static ReadInt64BE ( this reader ) : long
reader this
Результат long

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

public static ToSingleBE ( this reader ) : float
reader this
Результат float