ParamInputInfo Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Replaced content with '{{Template:API}}{{Template:APIBreadcrumb}} {{Template:InProgress}}')
Line 1: Line 1:
{{Template:APIClass|WeibullDataSet Class|WeibullDataSet}}
{{Template:API}}{{Template:APIBreadcrumb}}
Used with [[WeibullEvents.GetDistrParameters]] to enter customized model parameters.
{{Template:InProgress}}
 
== Constructors==
*ParamInputInfo {{APIComment|Creates a new ParamInputInfo object.}}
 
== Properties ==
*Name (as ''string'') {{APIComment|Gets or sets the parameter name.}}
*Value (as ''double'') {{APIComment|Gets or sets the parameter value.}}
*Min (as ''double'') {{APIComment|Gets or sets the minimum parameter value that will be accepted.}}
*Max (as ''double'') {{APIComment|Gets or sets the maximum parameter value that will be accepted.}}
*CanEqualMin (as ''boolean'') {{APIComment|Gets or sets whether the entered value can equal the Min.}}
*CanEqualMax (as ''boolean'') {{APIComment|Gets or sets whether the entered value can equal the Max.}}
 
== Usage Example ==
{{APIComment|'Creates a new ParamInputInfo.}}
  Dim MyParamInput As New ParamInputInfo("Param1", 0, 10, False, True)
 
{{APIComment|'Change the parameter Value.}}
  MyParamInput.Value = 500

Revision as of 15:13, 6 May 2016