Description
Returns or creates the mciPolar image from an FFT data image.
-
Property type
-
A McImage object.
-
Syntax
-
object.Polar([vSourceImg])
The Polar Property syntax has these parts: |
| object | An expression evaluating to an object of type McFFT. | | vSourceImg | Optional. A Variant value. Optional source image (applies to parent if empty).
| Remarks
The input image must be the result of a previous call to Forward, and may be either mciComplex or mciPolar.
|