From OpenSCADAWiki
1 Functions for the real processing
1.1 Float: Split to the words (floatSplitWord)
Description: Splitting the float value (4 bytes) to the two words (2 bytes).
Parameters:
Identifier | Parameter | Type | Mode | By defaults |
---|---|---|---|---|
val | Value | Real | Input | |
w1 | Word 1 | Integer | Output | |
w2 | Word 2 | Integer | Output |