|   | IChannelValueTGetCompositeValue Method | 
        
        
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxdouble GetCompositeValue(
	int index
)
Function GetCompositeValue ( 
	index As Integer
) As Double
double GetCompositeValue(
	int index
)
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.
 See Also
See Also