Extreme Optimization™: Complexity made simple.

Numerical Components
for .NET

  • Home
  • •
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • •
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • •
  • Support
    • Frequently Asked Questions
    • QuickStart Samples
    • Sample Applications
    • Downloads
  • •
  • Blog
  • •
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Contact us
Introduction
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand ReferenceReference
  • Home
  • Documentation
  • Reference
  • Extreme.Mathematics.SignalProcessing Namespace
  • ManagedFftProvider Class
  • Properties
  • ComplexManagedThresholdLength Property
Collapse imageExpand ImageCopy imageCopyHover image
       




ManagedFftProvider..::..ComplexManagedThresholdLength Property

ManagedFftProvider Class  See Also 
Gets or sets the threshold for switching between the managed and native FFT providers.

Namespace:  Extreme.Mathematics.SignalProcessing
Assembly:  Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)

Syntax

C#
public int ComplexManagedThresholdLength { get; set; }
Visual Basic (Declaration)
Public Property ComplexManagedThresholdLength As Integer
Visual C++
public:
property int ComplexManagedThresholdLength {
	int get ();
	void set (int value);
}
F#
member ComplexManagedThresholdLength : int with get, set

Remarks

Complex transforms of length less than or equal to ComplexManagedThresholdLength are always performed using the managed provider. Complex transforms of length greater than ComplexManagedThresholdLength are performed using a native provider, if one is available.

The default value for the threshold is 32.

See Also

ManagedFftProvider Class
Extreme.Mathematics.SignalProcessing Namespace

Send comments on this topic to support@extremeoptimization.com

Copyright © 2003-2010, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.