ComplexConj(x)

Syntax

Result = ComplexConj(x)

Description

Returns the conjugate complex number of complex number x.

Data type

x : Complex type (Complex)

Result : Complex type (Complex)

Example of use

Dim a As Complex, b As Complex
a = ComplexSet(1.5, 2.0)
b = ComplexConj(a)