Struct WeightMeasurement#
Namespace: Aeon.Environment
Assembly: Aeon.Environment.dll
public struct WeightMeasurement
Inherited Members#
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType()
Constructors#
WeightMeasurement(double, float, float)#
public WeightMeasurement(double timestamp, float value, float confidence)
Parameters#
timestamp
double
value
float
confidence
float
Fields#
Confidence#
public float Confidence
Field Value#
Timestamp#
public double Timestamp
Field Value#
Value#
public float Value
Field Value#
Methods#
ToString()#
Returns the fully qualified type name of this instance.
public override string ToString()
Returns#
The fully qualified type name.