C# Класс GSF.BinaryCodedDecimal

Defines functions related to binary-coded decimals.
See Binary-coded decimal for details.
Показать файл Открыть проект

Приватные методы

Метод Описание
Decode ( byte bcd ) : byte
Decode ( uint bcd ) : uint
Decode ( ulong bcd ) : ulong
Decode ( ushort bcd ) : ushort
Encode ( byte value ) : byte
Encode ( uint value ) : uint
Encode ( ulong value ) : ulong
Encode ( ushort value ) : ushort