C# 클래스 GSF.BinaryCodedDecimal

Defines functions related to binary-coded decimals.
See Binary-coded decimal for details.
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

비공개 메소드들

메소드 설명
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