Class ParameterValues
Inheritance
System.Object
ParameterValues
Assembly: MAT.OCS.Core.dll
Syntax
public class ParameterValues : ParameterValuesBase
Constructors
ParameterValues(Action<ParameterValues>)
Declaration
public ParameterValues(Action<ParameterValues> release)
Parameters
Fields
dataFirst
Declaration
protected double[] dataFirst
Field Value
Type |
Description |
System.Double[] |
|
dataMax
Declaration
protected double[] dataMax
Field Value
Type |
Description |
System.Double[] |
|
dataMin
Declaration
protected double[] dataMin
Field Value
Type |
Description |
System.Double[] |
|
Properties
DataFirst
Declaration
public double[] DataFirst { get; }
Property Value
Type |
Description |
System.Double[] |
|
DataMax
Declaration
public double[] DataMax { get; }
Property Value
Type |
Description |
System.Double[] |
|
DataMin
Declaration
public double[] DataMin { get; }
Property Value
Type |
Description |
System.Double[] |
|
Methods
AllocDataFirst(Int32)
Declaration
public void AllocDataFirst(int maxLength)
Parameters
Type |
Name |
Description |
System.Int32 |
maxLength |
|
AllocDataMinMax(Int32)
Declaration
public void AllocDataMinMax(int maxLength)
Parameters
Type |
Name |
Description |
System.Int32 |
maxLength |
|
AssignDataFirst(Int32, Double[])
Declaration
public void AssignDataFirst(int maxLength, double[] dataFirst)
Parameters
Type |
Name |
Description |
System.Int32 |
maxLength |
|
System.Double[] |
dataFirst |
|
AssignDataMinMax(Int32, Double[], Double[], Int64[], DataStatusType[])
Declaration
public void AssignDataMinMax(int maxLength, double[] dataMin, double[] dataMax, long[] timestamps, DataStatusType[] dataStatusType)
Parameters
Type |
Name |
Description |
System.Int32 |
maxLength |
|
System.Double[] |
dataMin |
|
System.Double[] |
dataMax |
|
System.Int64[] |
timestamps |
|
DataStatusType[] |
dataStatusType |
|
Lock()
Declaration
Reset()
Declaration
Resize(Int32)
Declaration
public void Resize(int newLength)
Parameters
Type |
Name |
Description |
System.Int32 |
newLength |
|
Unlock()
Declaration