Click or drag to resize

BinaryCodedDecimal Class

Defines functions related to binary-coded decimals.
Inheritance Hierarchy
SystemObject
  GSFBinaryCodedDecimal

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax
public static class BinaryCodedDecimal
View Source

The BinaryCodedDecimal type exposes the following members.

Methods
 NameDescription
Public methodStatic memberDecode(Byte) Gets binary value from binary-coded decimal.
Public methodStatic memberDecode(UInt16) Gets binary value from two-byte binary-coded decimal.
Public methodStatic memberDecode(UInt32) Gets binary value from four-byte binary-coded decimal.
Public methodStatic memberDecode(UInt64) Gets binary value from eight-byte binary-coded decimal.
Public methodStatic memberEncode(Byte) Gets binary-coded decimal from binary value.
Public methodStatic memberEncode(UInt16) Gets binary-coded decimal from binary value.
Public methodStatic memberEncode(UInt32) Gets binary-coded decimal from binary value.
Public methodStatic memberEncode(UInt64) Gets binary-coded decimal from binary value.
Top
Remarks
See Binary-coded decimal for details.
See Also

Reference

GSF Namespace