C# Class GSF.BinaryCodedDecimal

Defines functions related to binary-coded decimals.
See Binary-coded decimal for details.
Show file Open project: GridProtectionAlliance/gsf

Private Methods

Method Description
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