C# 클래스 OpenRCT2.Network.Extensions.Endian.EndianExtensions

파일 보기 프로젝트 열기: OpenRCT2/OpenRCT2net

공개 메소드들

메소드 설명
ToBigEndian ( this le ) : uint
ToBigEndian ( this le ) : ushort
ToLittleEndian ( this be ) : uint
ToLittleEndian ( this be ) : ushort

메소드 상세

ToBigEndian() 공개 정적인 메소드

public static ToBigEndian ( this le ) : uint
le this
리턴 uint

ToBigEndian() 공개 정적인 메소드

public static ToBigEndian ( this le ) : ushort
le this
리턴 ushort

ToLittleEndian() 공개 정적인 메소드

public static ToLittleEndian ( this be ) : uint
be this
리턴 uint

ToLittleEndian() 공개 정적인 메소드

public static ToLittleEndian ( this be ) : ushort
be this
리턴 ushort