GraphLogicalNot Method |
Namespace: Emgu.TF
public Operation LogicalNot( Output x, string opName = "LogicalNot" )
Public Function LogicalNot ( x As Output, Optional opName As String = "LogicalNot" ) As Operation
public: Operation^ LogicalNot( Output^ x, String^ opName = L"LogicalNot" )
member LogicalNot : x : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "LogicalNot" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,