ConfBoundsSides Enumeration

From ReliaWiki
Revision as of 23:30, 5 February 2014 by Chris Kahn (talk | contribs) (→‎Syntax)
Jump to navigation Jump to search


Sets sides of confidence bounds.

Syntax

Public Enum ConfBoundsSides

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