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