|  | RandGenNormalVariance Property | 
            Gets and sets the variance of the normal 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:
property double Variance {
	double get ();
	void set (double value);
}member Variance : float with get, set
Property Value
Double See Also
See Also