ConfBoundsTypes Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|GlobalStuff Model Class|GlobalStuff Model}} == Declaration == {{APIPrefix|Public Enum}}{{APIName|ConfBoundsTypes}} {{APIComment|Types of confidence bounds.…')
 
No edit summary
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:APIClass|GlobalStuff Model Class|GlobalStuff Model}}
{{Template:API}}{{Template:APIBreadcrumb}}
== Declaration  ==


{{APIPrefix|Public Enum}}{{APIName|ConfBoundsTypes}}


{{APIComment|Types of confidence bounds.}}
Specifies the type of confidence bounds to display for an associated [[WAPlotSettings Class|WAPlotSettings]] object.
 
== Members ==
{| {{APITableEnum}}
|-
| style="width: 150px;"|None||style="width: 80px;"|0||No bounds will be displayed.
|-
|TypeI||1||Displays the bounds on time.
|-
|TypeII||2||Displays the bounds on reliability.
|-
|Both||3||Displays the bounds on both time and reliability.
|}
 
 
 
 
 
 
==See Also==
*[[WAPlotSettings Class]]

Latest revision as of 22:43, 20 April 2016

APIWiki.png


Member of: SynthesisAPI


Specifies the type of confidence bounds to display for an associated WAPlotSettings object.

Members

Name Value Description
None 0 No bounds will be displayed.
TypeI 1 Displays the bounds on time.
TypeII 2 Displays the bounds on reliability.
Both 3 Displays the bounds on both time and reliability.




See Also