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