Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

I Property








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;}
public double getI()
public void setI(double value)
            
 <br/>get_I();<br/>set_I(value);<br/>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

Error processing SSI file