public double Sigma { get; }Public ReadOnly Property Sigma As Double
Getpublic:
property double Sigma {
double get ();
}member Sigma : float with getNote 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.