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