Complex.Multiply Operator (Complex, Double)

Liquid Quantum 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.*)
Syntax
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: Complex
The product of the two numbers
See Also