|  | RandGenWeibullDefaultScale Property | 
            Gets and sets the value for the default scale parameter for all instances of
            RandGenWeibull.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic static double DefaultScale { get; set; }Public Shared Property DefaultScale As Double
	Get
	Set
public:
static property double DefaultScale {
	double get ();
	void set (double value);
}static member DefaultScale : float with get, set
Property Value
Double See Also
See Also