ExponentialDistributionParameter Constructor (String)

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

Creates a non-indexed exponential distribution parameter. Initializes a new instance of the ExponentialDistributionParameter class.

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

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
public ExponentialDistributionParameter(
    string name
)
public:
ExponentialDistributionParameter(
    String^ name
)
new : 
        name:string -> ExponentialDistributionParameter
public function ExponentialDistributionParameter(
    name : String
)

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

ExponentialDistributionParameter Class

ExponentialDistributionParameter Overload

Microsoft.SolverFoundation.Services Namespace