Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
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;}
Managed Extensions for C++ 
public: __property double get_I();
public: __property void set_I( 
   double value
);
C++/CLI 
public:
property double I {
   double get();
   void set (double value);
}

Return Value

Value that represents the imaginary part of a complex number.

Example

Refer to Complex

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also