Exemplo n.º 1
0
 public static BitsConst Multiply(BitsConst left, BitsConst right)
     => left.Multiply(right, MultiplySize(left.Size, right.Size));