ParamInputInfo Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) Replaced content with '{{Template:API}}{{Template:APIBreadcrumb}} {{Template:InProgress}}' |
Kate Racaza (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{Template:API}}{{Template:APIBreadcrumb}} | {{Template:API}}{{Template:APIBreadcrumb}} | ||
{{Template:InProgress}} | {{Template:InProgress}} | ||
Represents a model parameter (can be beta, eta or gamma, etc.). | |||
== Properties == | |||
{| {{APITable}} | |||
|- | |||
| style="width: 200px;"|CanEqualMax||Indicates whether the entered value can equal to the maximum value. '''Boolean'''. | |||
|- | |||
|CanEqualMin||Indicates whether the entered value can be equal to the minimum value. '''Boolean'''. | |||
|- | |||
|Max||Gets or sets the maximum parameter value that will be accepted. '''Double'''. | |||
|- | |||
|Min||Gets or sets the minimum parameter value that will be accepted. '''Double'''. | |||
|- | |||
|Name||Gets or sets the parameter name. '''String'''. | |||
|- | |||
|Value||Gets or sets the parameter value. '''Double'''. | |||
|} | |||
==See Also== | |||
*[[WeibullDataSet.GetDistrParameters|WeibullDataSet.GetDistrParameters Event]] | |||
Revision as of 17:27, 16 August 2016
![]() |
Member of: SynthesisAPI
Template:InProgress
Represents a model parameter (can be beta, eta or gamma, etc.).
Properties
| Name | Description |
|---|---|
| CanEqualMax | Indicates whether the entered value can equal to the maximum value. Boolean. |
| CanEqualMin | Indicates whether the entered value can be equal to the minimum value. Boolean. |
| Max | Gets or sets the maximum parameter value that will be accepted. Double. |
| Min | Gets or sets the minimum parameter value that will be accepted. Double. |
| Name | Gets or sets the parameter name. String. |
| Value | Gets or sets the parameter value. Double. |
