FloatingPoint16Value.ofBinaryStrings constructor
FloatingPoint16Value constructor from string representation of individual bitfields
Implementation
FloatingPoint16Value.ofBinaryStrings(
super.sign, super.exponent, super.mantissa)
: super.ofBinaryStrings();