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.177-beta
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