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