public Decimal64 Add(Decimal64 b, Decimal64 c) { return(new Decimal64(NativeImpl.add3(Bits, b.Bits, c.Bits))); }