- x
- The X coordinate of the location.
- y
- The Y coordinate of the location.
| Visual Basic (Declaration) | |
|---|---|
| Public Function GetDataOf( _ ByVal x As Integer, _ ByVal y As Integer _ ) As Complex | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As FourierTransformInformation Dim x As Integer Dim y As Integer Dim value As Complex value = instance.GetDataOf(x, y) | |
Parameters
- x
- The X coordinate of the location.
- y
- The Y coordinate of the location.
Return Value
A Complex representing the transomed data complex at the given location.For example, refer to FastFourierTransformCommand. 
            
 
            
            
            Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
 
  