FloatingPoint8E5M2Value.ofBinaryStrings constructor

FloatingPoint8E5M2Value.ofBinaryStrings(
  1. String sign,
  2. String exponent,
  3. String mantissa
)

FloatingPoint8E5M2Value constructor from string representation of individual bitfields

Implementation

FloatingPoint8E5M2Value.ofBinaryStrings(
    super.sign, super.exponent, super.mantissa)
    : super.ofBinaryStrings();