ImageGear21.Processing.Advanced Assembly > ImageGear.FreqIP Namespace : ImGearCoObjConvType Enumeration |
'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
Member | Value | Description |
---|---|---|
IMAGINARY | 1 | Use the imaginary data. |
LOGMAG | 4 | Use the logarithm (10) of the magnitude data. |
LOGMAGP1 | 5 | Use the logarithm (10) of (magnitude data + 1). |
LOGMAGSQ | 7 | Use the logarithm (10) of the square of the magnitude. |
LOGMAGSQP1 | 8 | Use the logarithm (10) of (square of the magnitude + 1). |
MAGNITUDE | 2 | Use the magnitude data. |
MAGSQ | 6 | Use the square of the magnitude. |
PHASE | 3 | Use the phase data. |
REAL | 0 | Use the real data. |
System.Object
System.ValueType
System.Enum
ImageGear.FreqIP.ImGearCoObjConvType