Class SyncFloat


  • public class SyncFloat
    extends Syncronized
    Float that can be syncronized in a network
    Author:
    Darius Dinger
    • Constructor Detail

      • SyncFloat

        public SyncFloat​(String tag)
        Parameters:
        tag - Tag of the syncronized float
    • Method Detail

      • get

        public float get()
        Returns:
        Current value of the float
      • set

        public void set​(float f)
        Parameters:
        f - New value of the float