public double Sigma { get; }
Public ReadOnly Property Sigma As Double
Get
public:
property double Sigma {
double get ();
}
member Sigma : float with get
Note that the value of this parameter is not the standard deviation of the distribution. It is the value given to the distribution constructor (LognormalDistribution(Double, Double)), which is the standard deviation of the underlying normal distribution.