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#

float

Timestamp#

public double Timestamp

Field Value#

double

Value#

public float Value

Field Value#

float

Methods#

ToString()#

Returns the fully qualified type name of this instance.

public override string ToString()

Returns#

string

The fully qualified type name.