Share via


NormalBase.Deviation Property

Gets or sets the deviation value.

Namespace:  Microsoft.Data.Schema.Generators.Sql
Assembly:  Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.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
    Get
    Set
'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);
}
function get Deviation () : double
function set Deviation (value : double)
[<InputAttribute(DefaultValue = , Description = "User can modify this value to change the shape of the curve.", 
    ReadOnly = false, Visible = true)>]
member Deviation : float with get, set

Property Value

Type: System.Double

Remarks

Default value is 0.15.

.NET Framework Security

See Also

Reference

NormalBase Class

NormalBase Members

Microsoft.Data.Schema.Generators.Sql Namespace