  | FFTConfigurationInPlace Property | 
            Gets or sets the resultant storage location.  Set to true for in-place computation, false for out-of-place computation.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool InPlace { get; set; }Public Property InPlace As Boolean
	Get
	Set
public:
property bool InPlace {
	bool get ();
	void set (bool value);
}member InPlace : bool with get, set
Property Value
Boolean
See Also