C# 클래스 NContrib.Endian

파일 보기 프로젝트 열기: veracross/ncontrib

공개 메소드들

메소드 설명
Swap ( this word ) : uint

Byte-swaps a UInt32

Swap ( this word ) : ulong

Swaps the byte order of a UInt64

Swap ( this word ) : ushort

Byte-swaps a UInt16

메소드 상세

Swap() 공개 정적인 메소드

Byte-swaps a UInt32
public static Swap ( this word ) : uint
word this to swap the byte-order of.
리턴 uint

Swap() 공개 정적인 메소드

Swaps the byte order of a UInt64
public static Swap ( this word ) : ulong
word this to swap the byte order of.
리턴 ulong

Swap() 공개 정적인 메소드

Byte-swaps a UInt16
public static Swap ( this word ) : ushort
word this to swap the byte order of.
리턴 ushort