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