Home > @i2analyze/i2connect > services > ISemanticSeed > getAsDecimals
services.ISemanticSeed.getAsDecimals() method
Gets the values of the properties with the specified semantic type as decimals.
Signature:
getAsDecimals(semanticTypeId: string): data.IDecimal[] | undefined;
Introduced: API version 2.2
Parameters
| Parameter | Type | Description |
|---|---|---|
| semanticTypeId | string | The identifier of the semantic property type. |
Returns:
data.IDecimal[] | undefined
The decimal values of the identified properties, or undefined.
Remarks
Used for the decimal logical type.