Conjugate-Complex Operator (*) (FPScript)

23.08.2021

Forms the conjugate-complex expression.

Syntax

* Expression

The syntax of the * operator consists of the following elements:

Element

Description

Expression

Any expression. All real and complex data types are permitted.

Remarks

The polarity sign of the imaginary part is reversed.

The operator can process scalar values or entire data series and data matrices. If Expression is a data series or a data matrix, the operation takes place on a per-element basis and the result is once again a data series or a data matrix. If you specify a signal, a signal series or a space curve, only the Y component is examined. The result then contains the unchanged X component and possibly the Z component of Expression. If Expression is a list, then the operation is executed for each item in the list and the result is also a list.

You can apply the operator to all real and complex data types. The result is always complex; otherwise, it is of the same data type as Expression.

If Expression is a quantity, then its unit is taken and the result is also a quantity.

Available in

FlexPro View, Basic, Professional, Developer Suite

Examples

*(1., 2.)

Returns (1., -2).

*(1., ?)

Returns (1., ?).

*1.

Returns (1., 0).

*(1.2 V, 340 mV)

Returns the complex 64-bit floating point quantity (1.2 V, -0.34 V).

 

See Also

Multiplication Operator (*)

Share article or send as email:

You might be interested in these articles