LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
I Property
See Also 
Leadtools.ImageProcessing.Core Namespace > Complex Structure : I Property



Gets or sets a value that represents the imaginary part of a complex number.

Syntax

Visual Basic (Declaration) 
Public Property I As Double
Visual Basic (Usage)Copy Code
Dim instance As Complex
Dim value As Double
 
instance.I = value
 
value = instance.I
C# 
public double I {get; set;}
C++/CLI 
public:
property double I {
   double get();
   void set (    double value);
}

Property Value

Value that represents the imaginary part of a complex number.

Example

Refer to Complex

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also