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
<InputAttribute(DefaultValue := , Description := "User can modify this value to change the shape of the curve.",  _
    ReadOnly := False, Visible := True)> _
Public Property Deviation As Double
'Usage
Dim instance As NormalBase
Dim value As Double

value = instance.Deviation

instance.Deviation = value
[InputAttribute(DefaultValue = , Description = "User can modify this value to change the shape of the curve.", 
    ReadOnly = false, Visible = true)]
public double Deviation { get; set; }
[InputAttribute(DefaultValue = , Description = L"User can modify this value to change the shape of the curve.", 
    ReadOnly = false, Visible = true)]
public:
property double Deviation {
    double get ();
    void set (double value);
}
public function get Deviation () : double
public function set Deviation (value : double)

Property Value

Type: System.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.

Permissions

See Also

Reference

NormalBase Class

NormalBase Members

Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace