←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) 
get_I(); 
set_I(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize