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