ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.FreqIP Namespace / ImGearFrequencyProcessingVerifier Class / CanApplyInverseFFT Method
The ImGearComplexObject class object to determine whether InverseFFT can be applied to.




In This Topic
    CanApplyInverseFFT Method
    In This Topic
    Takes an ImGearComplexObject class object and determines whether ImGearFrequencyProcessing.InverseFFT can be applied to it.
    Syntax
    'Declaration
     
    Public Function CanApplyInverseFFT( _
       ByVal value As ImGearComplexObject _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearFrequencyProcessingVerifier
    Dim value As ImGearComplexObject
    Dim value As Boolean
     
    value = instance.CanApplyInverseFFT(value)
    public bool CanApplyInverseFFT( 
       ImGearComplexObject value
    )
    public: bool CanApplyInverseFFT( 
       ImGearComplexObject* value
    ) 
    public:
    bool CanApplyInverseFFT( 
       ImGearComplexObject^ value
    ) 

    Parameters

    value
    The ImGearComplexObject class object to determine whether InverseFFT can be applied to.

    Return Value

    Boolean value.
    See Also