FloatingPointBF16Value.ofBigInts constructor
FloatingPointBF16Value constructor from a set of BigInts of the binary representation
Implementation
FloatingPointBF16Value.ofBigInts(super.exponent, super.mantissa, {super.sign})
: super.ofBigInts(
exponentWidth: exponentWidth, mantissaWidth: mantissaWidth);