EISMetaDatapoint(EISDatapoint, MetadataCollection, Double) Constructor |
Namespace: RelaxIS_SDK.Common.FileFormatAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public EISMetaDatapoint(
EISDatapoint datapoint,
MetadataCollection metadata,
double splitValue
)
Public Sub New (
datapoint As EISDatapoint,
metadata As MetadataCollection,
splitValue As Double
)
Dim datapoint As EISDatapoint
Dim metadata As MetadataCollection
Dim splitValue As Double
Dim instance As New EISMetaDatapoint(datapoint,
metadata, splitValue)
Parameters
- datapoint EISDatapoint
- The datapoint.
- metadata MetadataCollection
- The metadata.
- splitValue Double
- The split value.
See Also