'Declaration Public Shared Function ForwardDCT( _ ByVal value As ImGearComplexObject _ ) As ImGearComplexObject
'Usage Dim value As ImGearComplexObject Dim value As ImGearComplexObject value = ImGearFrequencyProcessing.ForwardDCT(value)
public static ImGearComplexObject ForwardDCT( ImGearComplexObject value )
public: static ImGearComplexObject* ForwardDCT( ImGearComplexObject* value )
public: static ImGearComplexObject^ ForwardDCT( ImGearComplexObject^ value )
Parameters
- value
- An ImGearComplexObject class object to be transformed.
Return Value
ImGearComplexObject class.