toBcd method

void toBcd(
  1. Pointer<FbDec16> from,
  2. Pointer<Int> sign,
  3. Pointer<Uint8> bcd,
  4. Pointer<Int> exp,
)

Implementation

void toBcd(
  Pointer<FbDec16> from,
  Pointer<Int> sign,
  Pointer<Uint8> bcd,
  Pointer<Int> exp,
) {
  _toBcd(self, from, sign, bcd, exp);
}