Share via


NormalBase.Mean Property

Gets the mean value of the normal distribution.

Namespace:  Microsoft.Data.Schema.Generators.Sql
Assembly:  Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)

Syntax

'Declaration
Protected ReadOnly Property Mean As Double
    Get
'Usage
Dim value As Double

value = Me.Mean
protected double Mean { get; }
protected:
property double Mean {
    double get ();
}
function get Mean () : double
member Mean : float

Property Value

Type: System.Double

Remarks

Default value is 0.5.

.NET Framework Security

See Also

Reference

NormalBase Class

NormalBase Members

Microsoft.Data.Schema.Generators.Sql Namespace