Click or drag to resize

SignalComputationImplicit Conversion (Double to SignalComputation)

Converts a constant double value to a SignalComputation. The signal parameter will be ignored.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static implicit operator SignalComputation (
	double value
)

Parameters

value
Type: System.Double
The value to convert.

Return Value

Type: SignalComputation
A new SignalComputation configured with the given constant value.
See Also