ConfBoundsSides Enumeration: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) (→Syntax) |
Chris Kahn (talk | contribs) m (moved ConfBoundsSides to ConfBoundsSides Enumeration) |
(No difference)
|
Revision as of 21:42, 3 March 2014
Sets sides of confidence bounds.
Syntax
Public Enum ConfBoundsSides
ConfBoundsSides Enum None = 0 TwoSidedBoth = 1 OneSidedUpper = 2 OneSidedBoth = 3 OneSidedLower = 4