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




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

    Parameters

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

    Return Value

    Boolean value.
    See Also