BoundsValues Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|GlobalStuff Model Class|GlobalStuff Model}} == Declaration == {{APIPrefix|Public Class}}{{APIName|ParamBoundsValues}} :{{APIPrefix|Public}}{{APIName|Upper}}…')
 
No edit summary
Line 5: Line 5:
:{{APIPrefix|Public}}{{APIName|Upper}}{{APIPrefix|As Double}}
:{{APIPrefix|Public}}{{APIName|Upper}}{{APIPrefix|As Double}}
:{{APIPrefix|Public}}{{APIName|Lower}}{{APIPrefix|As Double}}
:{{APIPrefix|Public}}{{APIName|Lower}}{{APIPrefix|As Double}}
:{{APIPrefix|Public}}{{APIName|ParamName}}{{APIPrefix|As String}}


 
{{APIComment|Upper and lower bounds}}
{{APIComment|Upper and lower bounds for a model's parameter.}}

Revision as of 18:58, 10 September 2013


Declaration

Public Class ParamBoundsValues

Public Upper As Double
Public Lower As Double

Upper and lower bounds