FloatingPoint64Value.getFloatingPointConstant constructor
- FloatingPointConstants constantFloatingPoint
Return the FloatingPoint64Value representing the constant specified
Implementation
factory FloatingPoint64Value.getFloatingPointConstant(
FloatingPointConstants constantFloatingPoint) =>
FloatingPoint64Value.ofLogicValue(
FloatingPointValue.getFloatingPointConstant(
constantFloatingPoint, exponentWidth, mantissaWidth)
.value);