Class OscFalse

All Implemented Interfaces:
OscArgument

public class OscFalse extends OscBool
  • Constructor Details

    • OscFalse

      public OscFalse()
  • Method Details

    • getValue

      public boolean getValue()
      Specified by:
      getValue in class OscBool
    • getTypeTag

      public char getTypeTag()
      Description copied from interface: OscArgument
      Returns the type tag used to encode this argument
      Returns:
      Type-tag character for this argument
    • toInt

      public int toInt()
      Description copied from interface: OscArgument
      Gets an integer value of this argument
      Returns:
      Integer value of this argument
    • toFloat

      public float toFloat()
    • toDouble

      public double toDouble()