|  | GammaDistributionVariance Property | 
            Gets the variance of the distribution.
            
Namespace: CenterSpace.NMath.CoreAssembly: 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 Remarks
RemarksThe variance of the distribution is the standard deviation squared.
            
 See Also
See Also