Click or drag to resize
ComplexI Field
The imaginary unit.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static readonly Complex I

Field Value

Type: Complex
Remarks
This constant is set to new Complex(0,1).
See Also