doublevalueobject
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doublevalueobject [2021/10/11 21:33] – [JavaScript Notes] wikiadmin | doublevalueobject [2021/10/11 21:49] (current) – [JavaScript Notes] wikiadmin | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| ===Notes=== | ===Notes=== | ||
| - | In MIStudio or TransSECS if you create a DoubleValueObject | + | Internally the DoubleValueObject |
| If you send a DoubleValueObject to a Manipulator which generates Strings, the value will be stored as a String with three decimal places. | If you send a DoubleValueObject to a Manipulator which generates Strings, the value will be stored as a String with three decimal places. | ||
| Line 58: | Line 58: | ||
| <code javascript> | <code javascript> | ||
| - | floatValue = incomingValue->getFloatValue(); | + | floatValue = incomingValue.getFloatValue(); |
| + | </ | ||
| + | |||
| + | Example 4. Get the Boolean value of the incoming DoubleValueObject | ||
| + | |||
| + | <code javascript> | ||
| + | boolValue = incomingValue.getBoolValue(); | ||
| </ | </ | ||
doublevalueobject.1634002413.txt.gz · Last modified: by wikiadmin
