Jump to content

API Calculations.StorageULongToFloat: Difference between revisions

From Flowcode Help
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;" align="center"" to "width="10%" align="center" class="mtx-class-macrohead""
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead""
 
Line 2: Line 2:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''StorageULongToFloat'''
| width="90%" class="mtx-class-macrohead" | '''StorageULongToFloat'''
|-
|-
| colspan="2" | Returns a float value from an unsigned long representation (used to store or transfer it) 
| colspan="2" | Returns a float value from an unsigned long representation (used to store or transfer it) 

Latest revision as of 14:11, 13 July 2026

StorageULongToFloat
Returns a float value from an unsigned long representation (used to store or transfer it) 
- ULONG ULongVal
The value stored in unsigned long representation 
- FLOAT Return


Detailed description

Examples