Visual Basic
C#
Managed Extensions for C++
C++/CLI
| 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