ImageGear21.Processing.Advanced Assembly > ImageGear.FreqIP Namespace > ImGearFrequencyProcessing Class : InverseDST Method |
'Declaration Public Shared Function InverseDST( _ ByVal value As ImGearComplexObject _ ) As ImGearComplexObject
'Usage Dim value As ImGearComplexObject Dim value As ImGearComplexObject value = ImGearFrequencyProcessing.InverseDST(value)
public static ImGearComplexObject InverseDST( ImGearComplexObject value )
public: static ImGearComplexObject* InverseDST( ImGearComplexObject* value )
public: static ImGearComplexObject^ InverseDST( ImGearComplexObject^ value )
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.