BinaryCodedDecimal Class

Defines functions related to binary-coded decimals.

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.147 -- Release Build+946d891c0eaab9da95c11245fae89efc1e8b31b9
public static class BinaryCodedDecimal
Inheritance
Object    BinaryCodedDecimal

Remarks

See Binary-coded decimal for details.

Methods

Decode(Byte) Gets binary value from binary-coded decimal.
Decode(UInt16) Gets binary value from two-byte binary-coded decimal.
Decode(UInt32) Gets binary value from four-byte binary-coded decimal.
Decode(UInt64) Gets binary value from eight-byte binary-coded decimal.
Encode(Byte) Gets binary-coded decimal from binary value.
Encode(UInt16) Gets binary-coded decimal from binary value.
Encode(UInt32) Gets binary-coded decimal from binary value.
Encode(UInt64) Gets binary-coded decimal from binary value.

See Also