BoundsValues Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:API}}{{Template:APIBreadcrumbClass}}
{{Template:API}}{{Template:APIBreadcrumbClass}}{{:User:Kate_Racaza/test_page}}
 




Line 5: Line 6:


== Properties  ==
== Properties  ==
{| {{APITable}}
{| {{APITable|1550}}
|-
|-
| style="width: 200px;"|Upper||Gets or sets the upper value. '''Double'''.
| style="width: 200px;"|Upper||Gets or sets the upper value. '''Double'''.

Revision as of 20:51, 30 October 2015

APIWiki.png


Member of: SynthesisAPI =DRAFT=


Stores the upper and lower confidence bounds estimated from a cModel object.

Properties

Name Description
Upper Gets or sets the upper value. Double.
Lower Gets or sets the lower value. Double.


Related Links