Operation Conversion (Operation to Output) |
https://www.emgu.com/wiki/index.php/Emgu_TF
Implicit operator for Output
Namespace:
Emgu.TF
Assembly:
Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
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