C# 클래스 Files.Endian

파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse

공개 메소드들

메소드 설명
SwapInt16 ( short v ) : short
SwapInt32 ( int v ) : int
SwapInt64 ( long v ) : long
SwapUInt16 ( ushort v ) : ushort
SwapUInt32 ( uint v ) : uint
SwapUInt64 ( ulong v ) : ulong

비공개 메소드들

메소드 설명
Endian ( ) : System

메소드 상세

SwapInt16() 공개 정적인 메소드

public static SwapInt16 ( short v ) : short
v short
리턴 short

SwapInt32() 공개 정적인 메소드

public static SwapInt32 ( int v ) : int
v int
리턴 int

SwapInt64() 공개 정적인 메소드

public static SwapInt64 ( long v ) : long
v long
리턴 long

SwapUInt16() 공개 정적인 메소드

public static SwapUInt16 ( ushort v ) : ushort
v ushort
리턴 ushort

SwapUInt32() 공개 정적인 메소드

public static SwapUInt32 ( uint v ) : uint
v uint
리턴 uint

SwapUInt64() 공개 정적인 메소드

public static SwapUInt64 ( ulong v ) : ulong
v ulong
리턴 ulong