Click or drag to resize

SignalComputation  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: 24.1.418.0 (24.1.418.0)
Syntax
public static implicit operator SignalComputation (
	double value
)

Parameters

value
Type: SystemDouble
The value to convert.

Return Value

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