GraphFor Method |
Namespace: Emgu.TF
public Operation For( Output start, Output limit, Output delta, Output input, string opName = "For" )
Public Function For ( start As Output, limit As Output, delta As Output, input As Output, Optional opName As String = "For" ) As Operation
public: Operation^ For( Output^ start, Output^ limit, Output^ delta, Output^ input, String^ opName = L"For" )
member For : start : Output * limit : Output * delta : Output * input : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "For" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,