BoundsValues Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:




<onlyinclude>Stores the upper and lower confidence bounds estimated from a [[cModel Class|cModel]] object.</onlyinclude>
<onlyinclude>Stores or retrieves the upper and lower confidence bounds estimated from a [[cModel Class|cModel]] object.</onlyinclude>


== Properties  ==
== Properties  ==

Revision as of 20:51, 30 March 2016

APIWiki.png


Member of: SynthesisAPI


Stores or retrieves 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.



See Also