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