ExponentialDistributionParameter Constructor (String, Double)
[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, _
rate As Double _
)
public ExponentialDistributionParameter(
string name,
double rate
)
public:
ExponentialDistributionParameter(
String^ name,
double rate
)
new :
name:string *
rate:float -> ExponentialDistributionParameter
public function ExponentialDistributionParameter(
name : String,
rate : 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.
- rate
Type: System.Double
The rate argument for the distribution.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ExponentialDistributionParameter Class