Class UInt32Value


  • public class UInt32Value
    extends Value
    • Constructor Detail

      • UInt32Value

        public UInt32Value​(int v)
    • Method Detail

      • getType

        public org.yamcs.protobuf.Yamcs.Value.Type getType()
        Specified by:
        getType in class Value
      • toLong

        public long toLong()
        Overrides:
        toLong in class Value
        Returns:
        the value as signed long
      • toDouble

        public double toDouble()
        Description copied from class: Value
        return the value as a double. Precision will be lost when converting large integer numbers.
        Overrides:
        toDouble in class Value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object