This function returns the zero-element of Complex, that is, Complex(0) = 0 + j*0.
encapsulated operator function '0' import Complex; output Complex result "Complex(0)"; end '0';