ParamBoundsValues 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 3: Line 3:


{{APIPrefix|Public Class}}{{APIName|ParamBoundsValues}}
{{APIPrefix|Public Class}}{{APIName|ParamBoundsValues}}
:{{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}}
:{{APIPrefix|Public}}{{APIName|[[ParamName]]}}{{APIPrefix|As String}}




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

Revision as of 18:04, 11 September 2013


Declaration

Public Class ParamBoundsValues

Public Upper As Double
Public Lower As Double
Public ParamName As String


Upper and lower bounds for a model's parameter.