Show / Hide Table of Contents

Interface IStatisticsData

Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IStatisticsData

Properties

AbsoluteMean

Declaration
double AbsoluteMean { get; set; }
Property Value
Type Description
System.Double

Delta

Declaration
double Delta { get; set; }
Property Value
Type Description
System.Double

EndValue

Declaration
double EndValue { get; set; }
Property Value
Type Description
System.Double

GeometricMeanValue

Declaration
double GeometricMeanValue { get; set; }
Property Value
Type Description
System.Double

Maximum

Declaration
double Maximum { get; set; }
Property Value
Type Description
System.Double

MaximumStatus

Declaration
DataStatusType MaximumStatus { get; set; }
Property Value
Type Description
DataStatusType

MaximumStatusVba

Declaration
int MaximumStatusVba { get; set; }
Property Value
Type Description
System.Int32

MaximumTime

Declaration
long MaximumTime { get; set; }
Property Value
Type Description
System.Int64

MaximumTimeVba

Declaration
double MaximumTimeVba { get; set; }
Property Value
Type Description
System.Double

Mean

Declaration
double Mean { get; set; }
Property Value
Type Description
System.Double

Minimum

Declaration
double Minimum { get; set; }
Property Value
Type Description
System.Double

MinimumStatus

Declaration
DataStatusType MinimumStatus { get; set; }
Property Value
Type Description
DataStatusType

MinimumStatusVba

Declaration
int MinimumStatusVba { get; set; }
Property Value
Type Description
System.Int32

MinimumTime

Declaration
long MinimumTime { get; set; }
Property Value
Type Description
System.Int64

MinimumTimeVba

Declaration
double MinimumTimeVba { get; set; }
Property Value
Type Description
System.Double

NumberOfSamples

Declaration
long NumberOfSamples { get; set; }
Property Value
Type Description
System.Int64

NumberOfSamplesVba

Declaration
int NumberOfSamplesVba { get; set; }
Property Value
Type Description
System.Int32

RegressionInterceptValue

Declaration
double RegressionInterceptValue { get; set; }
Property Value
Type Description
System.Double

RegressionRSquaredValue

Declaration
double RegressionRSquaredValue { get; set; }
Property Value
Type Description
System.Double

RegressionSlopeValue

Declaration
double RegressionSlopeValue { get; set; }
Property Value
Type Description
System.Double

StandardDeviation

Declaration
double StandardDeviation { get; set; }
Property Value
Type Description
System.Double

StartValue

Declaration
double StartValue { get; set; }
Property Value
Type Description
System.Double

SumOfAbsoluteSampleValues

Declaration
double SumOfAbsoluteSampleValues { get; set; }
Property Value
Type Description
System.Double

SumOfSampleValues

Declaration
double SumOfSampleValues { get; set; }
Property Value
Type Description
System.Double

SumOfSquaredSampleValues

Declaration
double SumOfSquaredSampleValues { get; set; }
Property Value
Type Description
System.Double
In This Article
Back to top Generated by DocFX