 | DoubleForward2DFFTForwardScaleFactor Property |
Gets or sets the forward scale factor of the FFT; The default is 1.0
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double ForwardScaleFactor { get; set; }Public Property ForwardScaleFactor As Double
Get
Set
public:
property double ForwardScaleFactor {
double get ();
void set (double value);
}member ForwardScaleFactor : float with get, set
Property Value
Double
See Also