|   | ChannelValueBaseTGetCompositeValue Method | 
        
        
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic abstract double GetCompositeValue(
	int index
)
Public MustOverride Function GetCompositeValue ( 
	index As Integer
) As Double
public:
virtual double GetCompositeValue(
	int index
) abstract
abstract GetCompositeValue : 
        index : int -> float function GetCompositeValue(index);
Parameters
- index  Int32
- Index of composite value to retrieve.
Return Value
DoubleA 
Double representing the composite value.
Implements
IChannelValueTGetCompositeValue(Int32) Remarks
Remarks
            Some 
ChannelValueBaseT implementations can contain more than one value, this method is used to abstractly expose each value.
            
 See Also
See Also