SignalCollectionComputeTotalPower Method |
Computes the total sum of the power of the individual signals.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double ComputeTotalPower()
Public Function ComputeTotalPower As Double
public:
double ComputeTotalPower()
member ComputeTotalPower : unit -> float
Return Value
Type:
DoubleThe sum of the power of each signal in this collection.
See Also