ConfBoundsSides Enumeration

From ReliaWiki
Revision as of 16:07, 24 September 2013 by John Leavitt (talk | contribs)
Jump to navigation Jump to search


Syntax

Public Enum ConfBoundsSides
Sides of confidence bounds.

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