The Language-Integrated Quantum Operations (LIQUi|>) Simulator
ComplexMultiply Operator (Complex, Complex) |
Multiplies two Complex numbers.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
static let inline (*) a : Complex * b : Complex : Complex
Parameters
- a
- Type: Microsoft.Research.LiquidComplex
Left hand operand. - b
- Type: Microsoft.Research.LiquidComplex
Right hand operand.
Return Value
Type: ComplexThe product of the two numbers
