ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.FreqIP Namespace / ImGearCoObjConvType Enumeration




In This Topic
    ImGearCoObjConvType Enumeration
    In This Topic
    Specifies the conversion types to convert an ImGearComplexObject class object to an ImageGear.Core.ImGearPage class object.
    Syntax
    'Declaration
     
    Public Enum ImGearCoObjConvType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearCoObjConvType
    public enum ImGearCoObjConvType : System.Enum 
    __value public enum ImGearCoObjConvType : public System.Enum 
    public enum class ImGearCoObjConvType : public System.Enum 
    Members
    MemberValueDescription
    IMAGINARY1Use the imaginary data.
    LOGMAG4Use the logarithm (10) of the magnitude data.
    LOGMAGP15Use the logarithm (10) of (magnitude data + 1).
    LOGMAGSQ7Use the logarithm (10) of the square of the magnitude.
    LOGMAGSQP18Use the logarithm (10) of (square of the magnitude + 1).
    MAGNITUDE2Use the magnitude data.
    MAGSQ6Use the square of the magnitude.
    PHASE3Use the phase data.
    REAL0Use the real data.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.FreqIP.ImGearCoObjConvType

    See Also