Package org.yamcs.parameter
Class UInt64Value
java.lang.Object
org.yamcs.parameter.Value
org.yamcs.parameter.UInt64Value
-
Constructor Summary
-
Method Summary
Methods inherited from class org.yamcs.parameter.Value
getBinaryValue, getBooleanValue, getDoubleValue, getFloatValue, getSint32Value, getSint64Value, getStringValue, getTimestampValue, getUint32Value
-
Constructor Details
-
UInt64Value
public UInt64Value(long v)
-
-
Method Details
-
getType
-
getUint64Value
public long getUint64Value()- Overrides:
getUint64Value
in classValue
-
toLong
public long toLong() -
toDouble
public double toDouble()Description copied from class:Value
return the value as a double. Precision will be lost when converting large integer numbers. -
hashCode
public int hashCode() -
equals
-
unsignedAsDouble
public static double unsignedAsDouble(long x) -
toString
-