GraphAssignAdd Method |
Namespace: Emgu.TF
public Operation AssignAdd( Output reference, Output value, bool use_locking = false, string opName = "AssignAdd" )
Public Function AssignAdd ( reference As Output, value As Output, Optional use_locking As Boolean = false, Optional opName As String = "AssignAdd" ) As Operation
public: Operation^ AssignAdd( Output^ reference, Output^ value, bool use_locking = false, String^ opName = L"AssignAdd" )
member AssignAdd : reference : Output * value : Output * ?use_locking : bool * ?opName : string (* Defaults: let _use_locking = defaultArg use_locking false let _opName = defaultArg opName "AssignAdd" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,