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

F#
static let inline (*) a : float * b : Complex : Complex
Parameters
- a
- Type: SystemDouble
The real number - b
- Type: Microsoft.Research.LiquidComplex
The Complex number
Return Value
Type: ComplexThe product of the two numbers
