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 double ForwardScaleFactor { get; set; }
Visual Basic (Declaration)
Public Property ForwardScaleFactor As Double
Visual C++
public:
property double ForwardScaleFactor {
	double get ();
	void set (double value);
}

See Also