Flags that indicate the data to be shown and the plotting scale. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()]
public enum FourierTransformDisplayCommandFlags
<FlagsAttribute()>
Public Enum FourierTransformDisplayCommandFlags
typedef NS_OPTIONS(NSUInteger, LTFourierTransformDisplayCommandFlags)
[FlagsAttribute()]
public enum class FourierTransformDisplayCommandFlags
Value | Member | Description |
---|---|---|
0x00000000 | None | No change. |
0x00000001 | Magnitude | Plot harmonics magnitude data. |
0x00000002 | Phase | Plot harmonics phase data. |
0x00000010 | Normal | Plot harmonics magnitudes using the normal linear scale. |
0x00000020 | Log | Plot harmonics magnitudes using logarithmic scale. |
You can use a bitwise OR ( ¦ ) to specify one flag from each group.
Group | Flags |
Flags that represent the data to be shown | Magnitude, Phase |
Flags that represent the plotting scale. These are ignored when Phase is set | Normal, Logarithm |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document