C# Класс ApProg.Utilities.ByteConversion

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

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

Метод Описание
Lsw ( this instr ) : uint
Msb ( this instr ) : uint
MsbToLsb ( this code ) : uint
ToBytes ( this instr ) : byte[]
ToUint ( this bytes, int index ) : uint

Описание методов

Lsw() публичный статический Метод

public static Lsw ( this instr ) : uint
instr this
Результат uint

Msb() публичный статический Метод

public static Msb ( this instr ) : uint
instr this
Результат uint

MsbToLsb() публичный статический Метод

public static MsbToLsb ( this code ) : uint
code this
Результат uint

ToBytes() публичный статический Метод

public static ToBytes ( this instr ) : byte[]
instr this
Результат byte[]

ToUint() публичный статический Метод

public static ToUint ( this bytes, int index ) : uint
bytes this
index int
Результат uint