ImageGear .NET v24.14 - Updated
ImGearCoObjConvType Enumeration




ImageGear24.Processing.Advanced Assembly > ImageGear.FreqIP Namespace : ImGearCoObjConvType Enumeration
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
MemberDescription
IMAGINARYUse the imaginary data.
LOGMAGUse the logarithm (10) of the magnitude data.
LOGMAGP1Use the logarithm (10) of (magnitude data + 1).
LOGMAGSQUse the logarithm (10) of the square of the magnitude.
LOGMAGSQP1Use the logarithm (10) of (square of the magnitude + 1).
MAGNITUDEUse the magnitude data.
MAGSQUse the square of the magnitude.
PHASEUse the phase data.
REALUse the real data.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.FreqIP Namespace