Constructs a new ChannelValueMeasurement<(Of <(<'T>)>)> given the specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ChannelValueMeasurement( IChannelValue<T> parent, int valueIndex )
Public Sub New ( _ parent As IChannelValue(Of T), _ valueIndex As Integer _ )
public: ChannelValueMeasurement( IChannelValue<T>^ parent, int valueIndex )
Parameters
- parent (IChannelValue<(Of <(<'T>)>)>)
- The reference to the IChannelValue<(Of <(<'T>)>)> that this measurement derives its values from.
- valueIndex (Int32)
- The index into the GetCompositeValue(Int32) that this measurement derives its value from.