|
AnalogValueBaseGetCompositeValue Method
|
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic override double GetCompositeValue(
int index
)
Public Overrides Function GetCompositeValue (
index As Integer
) As Double
public:
virtual double GetCompositeValue(
int index
) override
abstract GetCompositeValue :
index : int -> float
override GetCompositeValue :
index : int -> float
function GetCompositeValue(index);
View SourceParameters
- index Int32
- Index of composite value to retrieve.
Return Value
DoubleA 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