Complex.Subtraction Operator

Liquid Quantum Simulator

ComplexSubtraction Operator
Subtracts one Complex number from another.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static let inline (-)
        a : Complex * 
        b : Complex  : Complex

Parameters

a
Type: Microsoft.Research.LiquidComplex
The left-hand operand
b
Type: Microsoft.Research.LiquidComplex
The right-hand operand

Return Value

Type: Complex
The difference of the two operands
See Also