Gets and sets the variance of the lognormal distribution.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public double Variance { get; set; }
Visual Basic (Declaration)
Public Property Variance As Double
Visual C++
public:
property double Variance {
	double get ();
	void set (double value);
}

See Also