ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.FreqIP Namespace / ImGearFrequencyProcessing Class / IsFFTWInitialized Property




In This Topic
    IsFFTWInitialized Property
    In This Topic
    Gets a value indicating whether FFTW support is initialized.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property IsFFTWInitialized As Boolean
    'Usage
     
    Dim value As Boolean
     
    value = ImGearFrequencyProcessing.IsFFTWInitialized
    public static bool IsFFTWInitialized {get;}
    public: __property static bool get_IsFFTWInitialized();
    public:
    static property bool IsFFTWInitialized {
       bool get();
    }

    Property Value

    If FFTW support is initialized - true, otherwise - false.
    See Also