FloatingPointBF16Value.ofBinaryStrings constructor

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

FloatingPointBF16Value constructor from string representation of individual bitfields

Implementation

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