|
ChannelValueBaseTGetCompositeValue Method
|
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic abstract double GetCompositeValue(
int index
)
Public MustOverride Function GetCompositeValue (
index As Integer
) As Double
public:
virtual double GetCompositeValue(
int index
) abstract
abstract GetCompositeValue :
index : int -> float
function GetCompositeValue(index);
View SourceParameters
- index Int32
- Index of composite value to retrieve.
Return Value
DoubleA
Double representing the composite value.
Implements
IChannelValueTGetCompositeValue(Int32)
Remarks
Some
ChannelValueBaseT implementations can contain more than one value, this method is used to abstractly expose each value.
See Also