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

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