MPS Double values as Concect propterties

72 Views Asked by At

Trying to add a double property to my Concept:

concept Location extends BaseConcept
....
  properties:
  longitude : double
  latitude : double

I know that properties is looking for PrimitiveDataTypeDeclaration, but I just find there integer, strings and boolean.

How can I add doubles?

1

There are 1 best solutions below

0
On BEST ANSWER

Use the _FPNumberString type to hold double values in properties