ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.FreqIP Namespace / ImGearComplexObject Class
Members




In This Topic
    ImGearComplexObject Class
    In This Topic
    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