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