Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:software:qview:qview_6:qcl_library:vc10copy [2022/05/03 12:30] – [IMPLEMENTATION] qem214en:software:qview:qview_6:qcl_library:vc10copy [2022/05/04 11:45] (current) – [Note] qem214
Line 4: Line 4:
  
 **C = **//Calculation functions// **C = **//Calculation functions//
-The VC10Copy function copies the value from a variable to another. 
  
 +The VC10Copy function copies the content of one variable to another one based on a variable that sets its direction.
  
 ===== IMPLEMENTATION ===== ===== IMPLEMENTATION =====
Line 20: Line 20:
 **Direction table** **Direction table**
  
-|val01 >  val02|result 0| +|dir 1val**a** ->   val**b**|  
- +|dir 0| val**b** ->   val**a**|
-All subsequent cases relate to val01 <= val02 and analyze only Val03 +
- +
-|//**val0**//**3** <   val01|result = 1+
-|val01 <//**val03**// < valore2|result = 2| +
-|//**val03**// >= val02|result = 3|+
 === Example === === Example ===
  
Line 59: Line 54:
 === Note === === Note ===
  
-  * The function +  * This function is usually used, for example, to temporarily copy a value to a supporting variable and then compare it at the end of an operation.
  • Last modified: 2022/05/03 12:30