ConfBoundsTypes Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:
{{Template:ConfBoundsTypes.Cmt}}
{{Template:ConfBoundsTypes.Cmt}}


== Syntax==
== Members ==
{{APIPrefix|Public Enum}}{{APIName|'''ConfBoundsTypes'''}}<br>
*None  {{APIComment|No bounds will be displayed.}}
<div style="margin-right: 150px;">
*TypeI  {{APIComment|The bounds on time will be displayed.}}
{{Template:ConfBoundsTypes}}
*TypeII {{APIComment|The bounds on reliability will be displayed.}}
</div>
*Both  {{APIComment|The bounds on both time and reliability will be displayed.}}

Revision as of 23:31, 10 March 2014


Used with the WAPlotSettings class to specify which confidence bounds will be shown in a plot.

Members

  • None No bounds will be displayed.
  • TypeI The bounds on time will be displayed.
  • TypeII The bounds on reliability will be displayed.
  • Both The bounds on both time and reliability will be displayed.