Click or drag to resize

DigitalValueBase.GetCompositeValue Method

Gets the specified composite value of this DigitalValueBase.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.239-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

IChannelValue<T>.GetCompositeValue(Int32)
IChannelValue<T>.GetCompositeValue(Int32)
Remarks
Some ChannelValueBase<T> implementations can contain more than one value, this method is used to abstractly expose each value.
See Also