NormalDistributionParameter Constructor (String, Double, Double)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the NormalDistributionParameter class. Creates a non-indexed normal distribution parameter by using the specified values.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    mean As Double, _
    standardDeviation As Double _
)
public NormalDistributionParameter(
    string name,
    double mean,
    double standardDeviation
)
public:
NormalDistributionParameter(
    String^ name, 
    double mean, 
    double standardDeviation
)
new : 
        name:string * 
        mean:float * 
        standardDeviation:float -> NormalDistributionParameter
public function NormalDistributionParameter(
    name : String, 
    mean : double, 
    standardDeviation : double
)

Parameters

  • name
    Type: System.String
    A unique name for the parameter. If the value is nulla null reference (Nothing in Visual Basic), a unique name is generated.

.NET Framework Security

See Also

Reference

NormalDistributionParameter Class

NormalDistributionParameter Overload

Microsoft.SolverFoundation.Services Namespace