IMSL C# Numerical Library

Complex.I Field

The imaginary unit.

public static readonly Complex I;

Remarks

This constant is set to new Complex(0,1).

See Also

Complex Class | Imsl.Math Namespace