Gets and sets the value for the default scale parameter for all instances of RandGenWeibull.

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

Syntax

C#
public static double DefaultScale { get; set; }
Visual Basic (Declaration)
Public Shared Property DefaultScale As Double
Visual C++
public:
static property double DefaultScale {
	double get ();
	void set (double value);
}

See Also