NormalBase.Deviation Property
Gets or sets the deviation value.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in microsoft.visualstudio.teamsystem.data.generators.dll)
Syntax
'Declaration
Public Property Deviation As Double
'Usage
Dim instance As NormalBase
Dim value As Double
value = instance.Deviation
instance.Deviation = value
public double Deviation { get; set; }
public:
property double Deviation {
double get ();
void set (double value);
}
/** @property */
public double get_Deviation ()
/** @property */
public void set_Deviation (double value)
public function get Deviation () : double
public function set Deviation (value : double)
Remarks
The default deviation value is 0.15. You can modify this value to change the shape of the curve for normal distributions that are derived from this base class.
See Also
Reference
NormalBase Class
NormalBase Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace