Click or drag to resize
ComplexUnaryNegation Operator
Gets the negation of a Complex number.

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

Parameters

a
Type: Microsoft.Research.LiquidComplex
The Complex number to negate

Return Value

Type: Complex
The negated Complex number, (-r,-i)
See Also