|  | LognormalDistributionVariance Property | 
             Gets the variance of the distribution.
             
 Remarks
RemarksThe variance of the distribution is the standard deviation squared.
             
 NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double Variance { get; }Public ReadOnly Property Variance As Double
	Get
public:
virtual property double Variance {
	double get () sealed;
}abstract Variance : float with get
override Variance : float with get
Property Value
DoubleImplements
IRandomVariableMomentsVariance See Also
See Also