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