Classification
Pseudo-Code Syntax
Quantity GetDisplayValue(Quantity quantity);
Description
The GetDisplayValue term which as a result of the non-dimensional value of a numeric variable (NumericQuantity) as float returns (float).
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
Data Type |
Description
|
Float |
The (dimensionless) float value a NumericQuantity.
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
Quantity |
Quantity |
Term |
- |
[1] |
The NumericQuantity, from which the float value to be extracted
|
Examples
Float result = GetDisplayValue(myQuantity);
See also
CreateQuantity
GetDisplayUnit
GetBaseUnit