Class SInt64Value

java.lang.Object
org.yamcs.parameter.Value
org.yamcs.parameter.SInt64Value

public class SInt64Value extends Value
  • Constructor Details

    • SInt64Value

      public SInt64Value(long v)
  • Method Details

    • getType

      public Yamcs.Value.Type getType()
      Specified by:
      getType in class Value
    • getSint64Value

      public long getSint64Value()
      Overrides:
      getSint64Value 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
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object