def Union(self, el): r"""Union(doubleArray self, double const & el) -> int""" return _array.doubleArray_Union(self, el)
def Union(self, el): return _array.doubleArray_Union(self, el)