Click or drag to resize

IChannelValueTGetCompositeValue Method

Gets the specified composite value of this IChannelValueT.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
double GetCompositeValue(
	int index
)
View Source

Parameters

index  Int32
Index of composite value to retrieve.

Return Value

Double
A Double representing the composite value.
See Also