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