FloatingPoint16Value.ofBinaryStrings constructor

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

FloatingPoint16Value constructor from string representation of individual bitfields

Implementation

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