Gets or sets the forward 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 ForwardScaleFactor { get; set; }
Visual Basic (Declaration)
Public Property ForwardScaleFactor As Single
Visual C++
public:
property float ForwardScaleFactor {
	float get ();
	void set (float value);
}

See Also