SignalFilter Constructor (SignalFilter, CopyContext) |
Initializes a new instance as a copy of an existing instance.
Namespace:
AGI.Foundation.Communications.SignalProcessing
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 22.1.413.0 (22.1.413.0)
Syntax
ExceptionsException | Condition |
---|
ArgumentNullException |
Thrown when existingInstance or context is .
|
Remarks
See
Clone(CopyContext) for more information about how to implement this constructor
in a derived class.
See Also