.NET Matrix Library
Imag Property
See Also  Send comments on this topic


The imaginary part of the complex number.

Syntax

Visual Basic (Declaration) 
Public Property Imag As Double
C# 
public double Imag {get; set;}
C++/CLI 
public:
property double Imag {
   double get();
   void set (    double value);
}

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation