Gets and sets the scale of the density.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

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

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentExceptionThrown if the scale is less than or equal to zero.

See Also