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