'Declaration Public Function CanApplyInverseDCT( _ ByVal value As ImGearComplexObject _ ) As Boolean
'Usage Dim instance As ImGearFrequencyProcessingVerifier Dim value As ImGearComplexObject Dim value As Boolean value = instance.CanApplyInverseDCT(value)
public bool CanApplyInverseDCT( ImGearComplexObject value )
public: bool CanApplyInverseDCT( ImGearComplexObject* value )
public: bool CanApplyInverseDCT( ImGearComplexObject^ value )
Parameters
- value
- The ImGearComplexObject class object to determine whether InverseDCT method can be applied to.
Return Value
Boolean value.