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