Extensions.Quantities.GetDisplayValue

From emotive
Revision as of 04:51, 7 August 2014 by Nb (talk | contribs) (Created page with "Category:Quantities == Classification == {{ClassificationActivity | GetDisplayValue | Floating point numeric value | Term | OTX Quantities extension | [...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name GetDisplayValue
Short Description Floating point numeric value
Class Term
Extension OTX Quantities extension
Group Quantity and Unit related terms
Exceptions -
Checker Rules -
Standard Compliant Yes

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.

Icons Note.png 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