Click or drag to resize

AnalogValueBaseGetCompositeValue Method

Gets the specified composite value of this AnalogValueBase.

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

Parameters

index  Int32
Index of composite value to retrieve.

Return Value

Double
A composite value as Double.

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