C# Класс NContrib.Endian

Показать файл Открыть проект

Открытые методы

Метод Описание
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