←Select platform

I Property

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public double I { get; set; } 
Public Property I As Double 
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly