LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

I Property

Show in webframe







Gets or sets a value that represents the imaginary part of a complex number.
Syntax
public double I {get; set;}
'Declaration
 
Public Property I As Double
'Usage
 
Dim instance As Complex
Dim value As Double
 
instance.I = value
 
value = instance.I
public double I {get; set;}

            

            
 
get_I();
set_I(value);
Object.defineProperty('I');
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

See Also

Reference

Complex Structure
Complex Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.