C# Class TDAmeritrade.Client.Extensions.BinaryReaderExtensions

Afficher le fichier Open project: kriasoft/TDAmeritrade

Méthodes publiques

Méthode Description
ReadInt16BE ( this reader ) : short
ReadInt32BE ( this reader ) : int
ReadInt64BE ( this reader ) : long
ToSingleBE ( this reader ) : float

Private Methods

Méthode Description
Reverse ( this array ) : byte[]

Method Details

ReadInt16BE() public static méthode

public static ReadInt16BE ( this reader ) : short
reader this
Résultat short

ReadInt32BE() public static méthode

public static ReadInt32BE ( this reader ) : int
reader this
Résultat int

ReadInt64BE() public static méthode

public static ReadInt64BE ( this reader ) : long
reader this
Résultat long

ToSingleBE() public static méthode

public static ToSingleBE ( this reader ) : float
reader this
Résultat float