GenerateSamplesDocumentsForParameter Method

Regno Shared SQLRace

RegnoCompleteRegnoSoftware.Standard.Core

ParameterProcessor..::..GenerateSamplesDocumentsForParameter Method

Namespace:  RegnoSoftware.Standard.Processors
Assembly:  RegnoSoftware.Standard (in RegnoSoftware.Standard.dll)

Syntax


public List<IRegnoChannelSamplesDoc> GenerateSamplesDocumentsForParameter(
	string configId,
	string paramDefId,
	string channelDefId,
	long startTime,
	long interval,
	long[] timestamps,
	double[] dataValues,
	int numSamplesToProcess
)

Parameters

configId
Type: String
paramDefId
Type: String
channelDefId
Type: String
startTime
Type: Int64
interval
Type: Int64
timestamps
Type: array<Int64>[]()[][]
dataValues
Type: array<Double>[]()[][]
numSamplesToProcess
Type: Int32