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