Click or drag to resize

EISMetaDatapoint(EISDatapoint, MetadataCollection, Double) Constructor

Initializes a new instance of the EISMetaDatapoint class.

Namespace: RelaxIS_SDK.Common.FileFormat
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public EISMetaDatapoint(
	EISDatapoint datapoint,
	MetadataCollection metadata,
	params double[] splitValues
)

Parameters

datapoint  EISDatapoint
The datapoint.
metadata  MetadataCollection
The metadata.
splitValues  Double
The split values.
See Also