ImageGear .NET v24.14 - Updated
ImGearComplexObject Class
Members 




ImageGear24.Processing.Advanced Assembly > ImageGear.FreqIP Namespace : ImGearComplexObject Class
Objects of this type can store both real and imaginary part of complex data, which is stored internally using double precision, rather than one of the integral types as in ImageGear.Core.ImGearPage class.
Object Model
ImGearComplexObject ClassImGearArrayRef StructureImGearArrayRef StructureImGearPage Class
Syntax
'Declaration
 
Public NotInheritable Class ImGearComplexObject 
'Usage
 
Dim instance As ImGearComplexObject
public sealed class ImGearComplexObject 
public __gc __sealed class ImGearComplexObject 
public ref class ImGearComplexObject sealed 
Remarks
Objects of this type can be used as input or output for frequency domain image processing functions so as to keep the precision of the data.
Inheritance Hierarchy

System.Object
   ImageGear.FreqIP.ImGearComplexObject

See Also

Reference

ImGearComplexObject Members
ImageGear.FreqIP Namespace