LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Complex Structure
See Also  Members  
Leadtools.ImageProcessing.Core Namespace : Complex Structure



The Complex structure contains a complex number representing a specific frequency component in Fourier Transform methods.

Object Model

Complex StructureComplex Structure

Syntax

Visual Basic (Declaration) 
Public Structure Complex 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As Complex
C# 
public struct Complex : System.ValueType 
C++/CLI 
public value class Complex : public System.ValueType 

Example

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.ImageProcessing.Core.Complex

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also