Result = ComplexNorm(x)
Returns the square of the absolute value of complex number x.
x : Complex type (Complex)
Result : Double precision floating point type (Double)
Dim a As Complex, b As Double a = ComplexSet(1.5, 2.0) b = ComplexNorm(a)