- All Superinterfaces:
DataElement
Interface for the HLA data type HLAfloat64LE.
-
Method Summary
Methods inherited from interface hla.rti1516e.encoding.DataElement
decode, decode, encode, getEncodedLength, getOctetBoundary, toByteArray
-
Method Details
-
getValue
double getValue()Returns the double value of this element.- Returns:
- double value
-
setValue
void setValue(double value) Sets the double value of this element.- Parameters:
value- new value
-