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.2.419.0 (24.2.419.0)
Syntax public 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