C#
VB
Java
Objective-C
WinRT C#
C++
Gets the 2D data array.
public Complex[] Data { get; }
Public ReadOnly Property Data As Leadtools.Imageprocessing.Core.Complex()
public [Leadtools.Imageprocessing.Core.Complex[]](complex.md) Data {get;}
@property (nonatomic, assign, nullable) const LTComplex *data
public Complex[] getData()
get_Data();
public:
property Leadtools.Imageprocessing.Core.array<Complex>^ Data {
Leadtools.Imageprocessing.Core.array<Complex>^ get();
}
The 2D data array. Note that, although only one element is declared in the array, the array contains Width * Height elements. The frequency component for the pixel (row, col) is Data[row * Width + col].
Refer to FastFourierTransformCommand()
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET