C# 클래스 org.GraphDefined.Vanaheimr.Illias.Endianness.EndiannessHell

Some utilities to help in the hell of endianness.
파일 보기 프로젝트 열기: Vanaheimr/Illias

공개 메소드들

메소드 설명
SwapBytes ( this Value ) : Int16

Swap the byte representation of the given Int16 value.

SwapBytes ( this Value ) : Int32

Swap the byte representation of the given Int32 value.

SwapBytes ( this Value ) : System.Int64

Swap the byte representation of the given Int64 value.

SwapBytes ( this Value ) : UInt16

Swap the byte representation of the given UInt16 value.

SwapBytes ( this Value ) : UInt32

Swap the byte representation of the given UInt32 value.

SwapBytes ( this Value ) : System.UInt64

Swap the byte representation of the given UInt64 value.

메소드 상세

SwapBytes() 공개 정적인 메소드

Swap the byte representation of the given Int16 value.
public static SwapBytes ( this Value ) : Int16
Value this A Int16.
리턴 System.Int16

SwapBytes() 공개 정적인 메소드

Swap the byte representation of the given Int32 value.
public static SwapBytes ( this Value ) : Int32
Value this A Int32.
리턴 System.Int32

SwapBytes() 공개 정적인 메소드

Swap the byte representation of the given Int64 value.
public static SwapBytes ( this Value ) : System.Int64
Value this A Int64.
리턴 System.Int64

SwapBytes() 공개 정적인 메소드

Swap the byte representation of the given UInt16 value.
public static SwapBytes ( this Value ) : UInt16
Value this A UInt16.
리턴 System.UInt16

SwapBytes() 공개 정적인 메소드

Swap the byte representation of the given UInt32 value.
public static SwapBytes ( this Value ) : UInt32
Value this A UInt32.
리턴 System.UInt32

SwapBytes() 공개 정적인 메소드

Swap the byte representation of the given UInt64 value.
public static SwapBytes ( this Value ) : System.UInt64
Value this A UInt64.
리턴 System.UInt64