ParamBoundsValues Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_Model Class|Global_Model}}
{{Template:APIClass|Global_Model Class|Global_Model}}
== Declaration ==
== Properties ==
*'''[[ParamBoundsValues.Upper|Upper]]''' {{APIComment|Returns the Upper value}}
*'''[[ParamBoundsValues.Lower|Lower]]''' {{APIComment|Returns the Lower value}}
*'''[[ParamBoundsValues.ParamName|ParamName]]''' {{APIComment|Returns the Parameter Name}}


{{APIPrefix|Public Class}}{{APIName|ParamBoundsValues}}
{{APIComment|Model's parameter upper and lower values.}}
:{{APIPrefix|Public}}{{APIName|[[Upper]]}}{{APIPrefix|As Double}}
:{{APIPrefix|Public}}{{APIName|[[Lower]]}}{{APIPrefix|As Double}}
:{{APIPrefix|Public}}{{APIName|[[ParamName]]}}{{APIPrefix|As String}}
 
 
{{APIComment|Upper and lower bounds for a model's parameter.}}

Revision as of 17:49, 20 September 2013


Properties

  • Upper Returns the Upper value
  • Lower Returns the Lower value
  • ParamName Returns the Parameter Name

Model's parameter upper and lower values.