Show / Hide Table of Contents

Struct DataPoint

Data point read from a session.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: MAT.AtlasSessionApi
Assembly: MAT.AtlasSessionApi.dll
Syntax
public struct DataPoint

Fields

Status

Status of the data.

Declaration
public DataStatus Status
Field Value
Type Description
DataStatus

Timestamp

Timestamp of the sample.

Declaration
public long Timestamp
Field Value
Type Description
System.Int64

Value

Engineering value.

Declaration
public double Value
Field Value
Type Description
System.Double

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.ValueType.ToString()
In This Article
Back to top Generated by DocFX