ImageGear for .NET
CanApplyForwardFFT Method




The ImGearComplexObject class object to determine whether ForwardFFT method can be applied to.
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

Reference

ImGearFrequencyProcessingVerifier Class
ImGearFrequencyProcessingVerifier Members
ImGearComplexObject Class
ForwardFFT Method

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback