Show / Hide Table of Contents

Class TimestampValuesBase

Inheritance
System.Object
TimestampValuesBase
ParameterValuesBase
Namespace: MAT.OCS.Core
Assembly: MAT.OCS.Core.dll
Syntax
public class TimestampValuesBase : Object

Constructors

TimestampValuesBase()

Declaration
public TimestampValuesBase()

Fields

timestamp

Declaration
protected long[] timestamp
Field Value
Type Description
System.Int64[]

timestampValues

Declaration
protected double[] timestampValues
Field Value
Type Description
System.Double[]

Properties

Timestamp

Declaration
public long[] Timestamp { get; protected set; }
Property Value
Type Description
System.Int64[]

TimestampValues

Declaration
public double[] TimestampValues { get; protected set; }
Property Value
Type Description
System.Double[]

Methods

AllocTimestampAndValues(Int32)

Declaration
public void AllocTimestampAndValues(int maxSize)
Parameters
Type Name Description
System.Int32 maxSize

AllocTimestamps(Int32)

Declaration
public void AllocTimestamps(int maxSize)
Parameters
Type Name Description
System.Int32 maxSize

AllocTimestampValues(Int32)

Declaration
public void AllocTimestampValues(int maxSize)
Parameters
Type Name Description
System.Int32 maxSize

AssignTimestamps(Int64[])

Declaration
public void AssignTimestamps(long[] timestamps)
Parameters
Type Name Description
System.Int64[] timestamps

AssignTimestampsAndValues(Int64[], Double[])

Declaration
public void AssignTimestampsAndValues(long[] timestamps, double[] timestampValue)
Parameters
Type Name Description
System.Int64[] timestamps
System.Double[] timestampValue
Back to top Generated by DocFX