ImageGear for .NET
ImGearCoObjConvType Enumeration
See Also  Send Feedback
ImageGear21.Processing.Advanced Assembly > ImageGear.FreqIP Namespace : ImGearCoObjConvType Enumeration




Glossary Item Box

Specifies the conversion types to convert an ImGearComplexObject class object to an ImageGear.Core.ImGearPage class object.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.