GraphNthElement Method |
Namespace: Emgu.TF
public Operation NthElement( Output input, Output n, bool reverse = false, string opName = "NthElement" )
Public Function NthElement ( input As Output, n As Output, Optional reverse As Boolean = false, Optional opName As String = "NthElement" ) As Operation
public: Operation^ NthElement( Output^ input, Output^ n, bool reverse = false, String^ opName = L"NthElement" )
member NthElement : input : Output * n : Output * ?reverse : bool * ?opName : string (* Defaults: let _reverse = defaultArg reverse false let _opName = defaultArg opName "NthElement" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,