RangingMeasurement

  • RangingMeasurement is a class that provides the value and confidence of ranging.

  • The class has a public method getValue() which returns the value of the measurement as a float.

  • RangingMeasurement inherits several methods from the java.lang.Object class, including clone(), equals(), and toString().

public class RangingMeasurement extends Object

Measurement providing the value and confidence of the ranging.

Public Method Summary

float
getValue()
Gets value of this measurement.

Inherited Method Summary

Public Methods

public float getValue ()

Gets value of this measurement.