C# 클래스 TDAmeritrade.Client.Extensions.BinaryReaderExtensions

파일 보기 프로젝트 열기: kriasoft/TDAmeritrade

공개 메소드들

메소드 설명
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