FloatingPoint64Value.ofBinaryStrings constructor

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

FloatingPoint64Value constructor from string representation of individual bitfields

Implementation

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