Gets or sets the backward scale factor of the FFT; The default is 1.0

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public float BackwardScaleFactor { get; set; }
Visual Basic (Declaration)
Public Property BackwardScaleFactor As Single
Visual C++
public:
property float BackwardScaleFactor {
	float get ();
	void set (float value);
}

See Also