Click or drag to resize

RandGenParetoC Property

Gets and sets the shape parameter of the Pareto distribution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double C { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if passed a negative or zero shape parameter.
See Also