OCLOperators ToReal () : Real
(Created page with " Returns a Real of value equal to ''self'', or |invalid| if ''self'' does not represent a real. {| class="wikitable" !Expression !Result |- |'3.0'.toReal() |3.0 |- |'4'.toR...")
 
No edit summary
Line 14: Line 14:
|''invalid''
|''invalid''
|}
|}
[[Category:OCLOperators]]

Revision as of 12:28, 7 December 2022

Returns a Real of value equal to self, or |invalid| if self does not represent a real.

Expression Result
'3.0'.toReal() 3.0
'4'.toReal() 4.0
'toReal'.toReal() invalid
This page was edited 76 days ago on 02/10/2024. What links here