Operation Conversion (Operation to Output) |
https://www.emgu.com/wiki/index.php/Emgu_TF
Implicit operator for Output
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic static implicit operator Output (
Operation obj
)
Public Shared Widening Operator CType (
obj As Operation
) As Output
static implicit operator Output^ (
Operation^ obj
)
F# does not support the declaration of new casting operators.
Parameters
- obj
- Type: Emgu.TFOperation
The operation
Return Value
Type:
OutputThe first output of this operation
See Also