SyncFloat¶
Purpose¶
The module SyncFloat synchronizes the two float fields so that the data they represent is always consistent.
Windows¶
Default Panel¶
Parameter Fields¶
Visible Fields¶
Float1¶
- name: float1, type: Double, default: 0¶
Sets the first float value to synchronize.
Float2¶
- name: float2, type: Double, default: 0¶
Sets the second float value to synchronize.
Epsilon¶
- name: epsilon, type: Float, default: 9.9999997e-05¶
Sets an epsilon value for comparing the two float values.
An update occurs only if they differ by this epsilon.