Class ParameterValuesTemplate
Inheritance
System.Object
ParameterValuesTemplate
Assembly: MAT.OCS.Core.dll
Syntax
public class ParameterValuesTemplate : ParameterValues
Constructors
ParameterValuesTemplate()
Declaration
public ParameterValuesTemplate()
Properties
Data
Declaration
public double[] Data { get; set; }
Property Value
Type |
Description |
System.Double[] |
|
DataFirst
Declaration
public double[] DataFirst { get; set; }
Property Value
Type |
Description |
System.Double[] |
|
DataMax
Declaration
public double[] DataMax { get; set; }
Property Value
Type |
Description |
System.Double[] |
|
DataMin
Declaration
public double[] DataMin { get; set; }
Property Value
Type |
Description |
System.Double[] |
|
DataStatus
Declaration
public DataStatusType[] DataStatus { get; set; }
Property Value
Timestamp
Declaration
public long[] Timestamp { get; set; }
Property Value
Type |
Description |
System.Int64[] |
|