OperationNum.parse constructor
- String val
Constructs an OperationNum from the provided String.
Implementation
OperationNum.parse(String val) : super(BigInt.parse(val));
Constructs an OperationNum from the provided String.
OperationNum.parse(String val) : super(BigInt.parse(val));