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