SignalCollectionApplyGain Method |
Create a new composite signal by applying a gain to this composite signal.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SignalCollection ApplyGain(
double gain
)
Public Function ApplyGain (
gain As Double
) As SignalCollection
public:
SignalCollection^ ApplyGain(
double gain
)
member ApplyGain :
gain : float -> SignalCollection
Parameters
- gain
- Type: SystemDouble
The gain to apply to all constituent signals in this composite signal.
Return Value
Type:
SignalCollectionThe new composite signal after applying the gain.
See Also