BvToInt constructor

BvToInt(
  1. Expr arg,
  2. bool signed
)

Implementation

BvToInt(this.arg, this.signed);