ImageGear .NET v24.12 - Updated
ForwardDST Method




ImageGear24.Processing.Advanced Assembly > ImageGear.FreqIP Namespace > ImGearFrequencyProcessing Class : ForwardDST Method
An ImGearComplexObject class object to be transformed.
Computes the forward Discrete Sine Transform (DST) of the input data.
Syntax
'Declaration
 
Public Shared Function ForwardDST( _
   ByVal value As ImGearComplexObject _
) As ImGearComplexObject
'Usage
 
Dim value As ImGearComplexObject
Dim value As ImGearComplexObject
 
value = ImGearFrequencyProcessing.ForwardDST(value)
public static ImGearComplexObject ForwardDST( 
   ImGearComplexObject value
)
public: static ImGearComplexObject* ForwardDST( 
   ImGearComplexObject* value
) 
public:
static ImGearComplexObject^ ForwardDST( 
   ImGearComplexObject^ value
) 

Parameters

value
An ImGearComplexObject class object to be transformed.

Return Value

Remarks
This method computes the forward Discrete Sine Transform (DST) 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.

Method ImGearFrequencyProcessingVerifier.CanApplyForwardDST method can be called to check whether the operation can be performed or not.

See Also

Reference

ImGearFrequencyProcessing Class
ImGearFrequencyProcessing Members
ImGearComplexObject Class