Extensions.DiagCom.GetParameterValueAsInteger

From emotive
Revision as of 09:57, 17 July 2014 by Nb (talk | contribs) (Created page with "Category:DiagCom == Classification == {{ClassificationActivity | GetParameterValueAsInteger | The actual value of the parameter as a Integer | Term | DiagCom|OTX...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name GetParameterValueAsInteger
Short Description The actual value of the parameter as a Integer
Class Term
Extension OTX DiagCom extension
Group Parameter related terms
Exceptions TypeMismatchException
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

GetParameterValueAsInteger(Parameter parameter, Integer value);

Description

The GetParameterValueAsInteger term accepts a ParameterTerm and returns the actual value of the parameter as a Integer.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
Interger The actual value of the parameter as a Interger.)

Properties

Name Data Type Class Default Cardinality Description
Parameter Parameter Term - [1] The parameter object.

Examples

Integer value = GetParameterValueAsInteger(parameter);

See also

GetParameterValueAsBoolean
GetParameterValueAsString
GetParameterValueAsFloat
GetParameterValueAsByteField
GetParameterValueAsQuantity