openPDC Synchrophasor Help
GetCompositeValue Method (index)
NamespacesTVA.PhasorProtocolsChannelValueBase<(Of <(<'T>)>)>GetCompositeValue(Int32)
Gets the specified composite value of this ChannelValueBase<(Of <(<'T>)>)>.
Declaration Syntax
C#Visual BasicVisual C++
public abstract double GetCompositeValue(
	int index
)
Public MustOverride Function GetCompositeValue ( _
	index As Integer _
) As Double
public:
virtual double GetCompositeValue(
	int index
) abstract
Parameters
index (Int32)
Index of composite value to retrieve.
Return Value
A Double representing the composite value.
Remarks
Some ChannelValueBase<(Of <(<'T>)>)> implementations can contain more than one value, this method is used to abstractly expose each value.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0