Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > FourierTransformInformation Class : Data Property |
public Complex[] Data {get;}
'Declaration
Public ReadOnly Property Data As Complex()
'Usage
Dim instance As FourierTransformInformation Dim value() As Complex value = instance.Data
public Complex[] Data {get;}
@property (nonatomic, assign, nullable) const LTComplex *data
public Complex[] getData()
get_Data();
public: property array<Complex>^ Data { array<Complex>^ get(); }