|  | RandGenLogNormalMean Property | 
            Gets and sets the mean of the lognormal distribution.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double Mean { get; set; }Public Property Mean As Double
	Get
	Set
public:
property double Mean {
	double get ();
	void set (double value);
}member Mean : float with get, set
Property Value
Double See Also
See Also