ParamInputInfo Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 26: Line 26:


==See Also==
==See Also==
*[[WeibullDataSet.GetDistrParameters|WeibullDataSet.GetDistrParameters Event]]
*[[DistrParametersInput Class]]

Revision as of 18:16, 22 August 2016

APIWiki.png


Member of: SynthesisAPI Template:InProgress

Represents the value of a parameter.

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.




See Also