ConfBoundsSides 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|ConfBoundsSides}} {{APIComment|Sides of confidence bounds.…')
 
No edit summary
Line 5: Line 5:


{{APIComment|Sides of confidence bounds.}}
{{APIComment|Sides of confidence bounds.}}
{{Template:ConfBoundsSides}}

Revision as of 20:50, 13 September 2013


Declaration

Public Enum ConfBoundsSides

Sides of confidence bounds.

  ConfBoundsSides Enum
  None = 0
  TwoSidedBoth = 1
  OneSidedUpper = 2
  OneSidedBoth = 3
  OneSidedLower = 4