C# Class FSO.Files.Endian

Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
SwapInt16 ( short v ) : short
SwapInt32 ( int v ) : int
SwapInt64 ( long v ) : long
SwapUInt16 ( ushort v ) : ushort
SwapUInt32 ( uint v ) : uint
SwapUInt64 ( ulong v ) : ulong

Private Methods

Méthode Description
Endian ( ) : System

Method Details

SwapInt16() public static méthode

public static SwapInt16 ( short v ) : short
v short
Résultat short

SwapInt32() public static méthode

public static SwapInt32 ( int v ) : int
v int
Résultat int

SwapInt64() public static méthode

public static SwapInt64 ( long v ) : long
v long
Résultat long

SwapUInt16() public static méthode

public static SwapUInt16 ( ushort v ) : ushort
v ushort
Résultat ushort

SwapUInt32() public static méthode

public static SwapUInt32 ( uint v ) : uint
v uint
Résultat uint

SwapUInt64() public static méthode

public static SwapUInt64 ( ulong v ) : ulong
v ulong
Résultat ulong