BoundsValues Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Undo revision 60664 by Kate Racaza (Talk))
No edit summary
Line 11: Line 11:
|Lower||Gets or sets the lower value. '''Double'''.
|Lower||Gets or sets the lower value. '''Double'''.
|}
|}
==Related Links==
*[[CModel.Bounds Reliability|CModel.Bounds Reliability Method]]
*[[CModel.Bounds Unreliability|CModel.Bounds Unreliability Method]]
*[[CModel.Bounds Time|CModel.Bounds Time Method]]
*[[CModel.Bounds MeanTime|CModel.Bounds MeanTime Method]]
*[[CModel.Bounds FailureRate|CModel.Bounds FailureRate Method]]

Revision as of 18:48, 29 October 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.


Related Links