Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- value
- An ImGearComplexObject class object to be transformed.
Return Value
ImGearComplexObject class.This method computes the inverse Discrete Sine Transform (IDST) of the input data.
Before using this method, like other frequency processing methods, InitializeFFTW method must be called first to initialize the support for FFTW.
Can be applied only to valid ImGearComplexObject class object.
ImGearFrequencyProcessingVerifier.CanApplyInverseDST method can be called to check whether the operation can be performed or not.