|  | LognormalDistributionMu Property | 
            Gets and sets the mean of the logarithm of self which, by definition, 
            is normally distributed.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double Mu { get; set; }Public Property Mu As Double
	Get
	Set
public:
property double Mu {
	double get ();
	void set (double value);
}member Mu : float with get, set
Property Value
Double See Also
See Also