Agilent Technologies E5071C Manual page 1230

Hide thumbs Also See for E5071C:
Table of Contents

Advertisement

ComplexMul(x,y)
Syntax
Result = ComplexMul(x,y)
Description
Returns the result (x\ y) of the multiplication of a complex number x and
another y.
Data type
x : Complex type (Complex)
y : Complex type (Complex)
Result : Complex type (Complex)
Example of use
Dim a As Complex, b As Complex, c As Complex
a = ComplexSet(1.5, 2.0)
b = ComplexSet(0.5, 3.5)
c = ComplexMul(a, b)
Programming
1457

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents