|  | PoissonDistributionVariance Property | 
            Gets and sets the variance of the distribution.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double Variance { get; set; }Public Property Variance As Double
	Get
	Set
public:
virtual property double Variance {
	double get () sealed;
	void set (double value) sealed;
}abstract Variance : float with get, set
override Variance : float with get, set
Property Value
DoubleImplements
IRandomVariableMomentsVariance Remarks
RemarksThe variance of the distribution is the standard deviation squared.
 See Also
See Also