BoundsValues Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Undo revision 60664 by Kate Racaza (Talk))
Line 7: Line 7:
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 200px;"|Lower||Gets or sets the lower value. '''Double'''.
| style="width: 200px;"|Upper||Gets or sets the upper value. '''Double'''.
|-
|-
|Upper||Gets or sets the upper value. '''Double'''.
|Lower||Gets or sets the lower value. '''Double'''.
|}
|}

Revision as of 21:39, 31 August 2015

APIWiki.png


Member of: SynthesisAPI


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.