Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public SignalCollection ApplyGain(
	double gain
)

Parameters

gain
Type: SystemDouble
The gain to apply to all constituent signals in this composite signal.

Return Value

Type: SignalCollection
The new composite signal after applying the gain.
See Also