Gets and sets the shape parameter of the Pareto distribution.

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

Syntax

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

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentException Thrown if passed a negative or zero shape parameter.

See Also