Click or drag to resize

PhasorValueBaseGetCompositeValue Method

Gets the specified composite value of this PhasorValueBase.

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 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