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