FloatingPoint8E4M3Value.ofBigInts constructor

FloatingPoint8E4M3Value.ofBigInts(
  1. BigInt exponent,
  2. BigInt mantissa, {
  3. bool sign = false,
})

FloatingPoint8E4M3Value constructor from a set of BigInts of the binary representation

Implementation

FloatingPoint8E4M3Value.ofBigInts(super.exponent, super.mantissa,
    {super.sign})
    : super.ofBigInts(
          exponentWidth: exponentWidth, mantissaWidth: mantissaWidth);