fromBcd method

void fromBcd(
  1. int sign,
  2. Pointer<Uint8> bcd,
  3. int exp,
  4. Pointer<FbDec16> to,
)

Implementation

void fromBcd(int sign, Pointer<Uint8> bcd, int exp, Pointer<FbDec16> to) {
  _fromBcd(self, sign, bcd, exp, to);
}