NormalBase.Mean Property
Gets the mean value of the normal distribution.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in microsoft.visualstudio.teamsystem.data.generators.dll)
Syntax
'Declaration
Protected ReadOnly Property Mean As Double
'Usage
Dim value As Double
value = Me.Mean
protected double Mean { get; }
protected:
property double Mean {
double get ();
}
/** @property */
protected double get_Mean ()
protected function get Mean () : double
See Also
Reference
NormalBase Class
NormalBase Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace