←Select platform

I Property

Summary
Gets or sets a value that represents the imaginary part of a complex number.
Syntax
C#
VB
C++
Java
public double I { get; set; } 
Public Property I As Double 
public double getI() 
public void setI(double value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.