Creating numeric types
(Created page with "You can't express certain types as text in EAL, for example a Decimal. Instead, use Decimal.create(<number>) For example, Decimal.Create(100) will create a Decimal value of...")
 
No edit summary
Line 6: Line 6:


You can also pass many other value types to Decimal.create() for type casting.
You can also pass many other value types to Decimal.create() for type casting.
[[Category:Ocl operator]]

Revision as of 09:21, 24 June 2020

You can't express certain types as text in EAL, for example a Decimal.

Instead, use

Decimal.create(<number>)

For example, Decimal.Create(100) will create a Decimal value of 100.

You can also pass many other value types to Decimal.create() for type casting.

This page was edited 74 days ago on 02/10/2024. What links here