CModel.Bounds Parameters: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:




== Declaration  ==
== Syntax==
 
{{Template:cModel.Bounds_Parameters}}
{{APIPrefix|Public Function}}
{{APIPrefix|Public Function}}
{{APIName|Bounds_Parameters()}}
{{APIName|[[cModel.Bounds_Parameters|Bounds_Parameters]]}}
{{APIName|()}}
{{APIPrefix|As}}
{{APIPrefix|As}}
{{APIName|List(}}
{{APIName|List(}}
{{APIPrefix|Of}}
{{APIPrefix|Of}}
{{APIName|[[ParamBoundsValues]])}}
{{APIName|[[ParamBoundsValues]])}}<br>
 
{{APIComment|Returns an array containing bounds on all model parameters.}}
{{APIComment|Returns an array containing bounds on all model parameters.}}

Revision as of 21:14, 17 September 2013



Syntax

Template:CModel.Bounds Parameters Public Function Bounds_Parameters () As List( Of ParamBoundsValues)
Returns an array containing bounds on all model parameters.