FloatingPointValue.ofLogicValue constructor
- int exponentWidth,
- int mantissaWidth,
- LogicValue val
Construct a FloatingPointValue from a LogicValue
Implementation
factory FloatingPointValue.ofLogicValue(
int exponentWidth, int mantissaWidth, LogicValue val) =>
buildOfLogicValue(
FloatingPointValue.new, exponentWidth, mantissaWidth, val);