Interface DoubleBinaryTag

    • Method Detail

      • of

        static @NonNull DoubleBinaryTag of​(double value)
        Creates a binary tag holding a double value.
        Parameters:
        value - the value
        Returns:
        a binary tag
        Since:
        4.0.0
      • value

        double value()
        Gets the value.
        Returns:
        the value
        Since:
        4.0.0