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: 25.1.421.0 (25.1.421.0)
Syntaxpublic static implicit operator SignalComputation (
	double value
)
Public Shared Widening Operator CType ( 
	value As Double
) As SignalComputation
static implicit operator SignalComputation^ (
	double value
)
F# does not support the declaration of new casting operators.
Parameters
- value
 - Type: SystemDouble
The value to convert. 
Return Value
Type: 
SignalComputation
            A new 
SignalComputation configured with the given constant value.
            
See Also