←Select platform

GetDataOf Method

Summary

Gets the resulting transformed data complex at the given location.

Syntax
C#
VB
Objective-C
C++
Java
public Complex GetDataOf( 
   int x, 
   int y 
) 
Public Function GetDataOf( _ 
   ByVal x As Integer, _ 
   ByVal y As Integer _ 
) As Complex 
- (LTComplex)dataAtRow:(NSUInteger)x column:(NSUInteger)y 
public Complex getDataOf(int x, int y) 
public: 
Complex GetDataOf(  
   int x, 
   int y 
)  

Parameters

x
The X coordinate of the location.

y
The Y coordinate of the location.

Return Value

A Complex representing the transformed data complex at the given location.

Example

For example, refer to FastFourierTransformCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly