LogNormalDistributionParameter 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 LogNormalDistributionParameter class. Creates a non-indexed log 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, _
    meanLog As Double, _
    standardDeviationLog As Double _
)
public LogNormalDistributionParameter(
    string name,
    double meanLog,
    double standardDeviationLog
)
public:
LogNormalDistributionParameter(
    String^ name, 
    double meanLog, 
    double standardDeviationLog
)
new : 
        name:string * 
        meanLog:float * 
        standardDeviationLog:float -> LogNormalDistributionParameter
public function LogNormalDistributionParameter(
    name : String, 
    meanLog : double, 
    standardDeviationLog : 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.
  • meanLog
    Type: System.Double
    The mean of the logarithm of the distribution.
  • standardDeviationLog
    Type: System.Double
    The standard deviation of the logarithm of the distribution.

.NET Framework Security

See Also

Reference

LogNormalDistributionParameter Class

LogNormalDistributionParameter Overload

Microsoft.SolverFoundation.Services Namespace