Click or drag to resize
ComplexTwiddleTwiddle Operator
Gets the complex conjugate of a Complex number.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
F# does not support this operator.

Parameters

a
Type: Microsoft.Research.LiquidComplex
The Complex number to conjugate.

Return Value

Type: Complex
The conjugated Complex number
See Also