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