FloatingPointTF32Value.getFloatingPointConstant constructor

FloatingPointTF32Value.getFloatingPointConstant(
  1. FloatingPointConstants constantFloatingPoint
)

Return the FloatingPointTF32Value representing the constant specified

Implementation

factory FloatingPointTF32Value.getFloatingPointConstant(
        FloatingPointConstants constantFloatingPoint) =>
    FloatingPointTF32Value.ofLogicValue(
        FloatingPointValue.getFloatingPointConstant(
                constantFloatingPoint, exponentWidth, mantissaWidth)
            .value);