GraphApproximateEqual Method |
Namespace: Emgu.TF
public Operation ApproximateEqual( Output x, Output y, float tolerance = 1E-05f, string opName = "ApproximateEqual" )
Public Function ApproximateEqual ( x As Output, y As Output, Optional tolerance As Single = 1E-05F, Optional opName As String = "ApproximateEqual" ) As Operation
public: Operation^ ApproximateEqual( Output^ x, Output^ y, float tolerance = 1E-05f, String^ opName = L"ApproximateEqual" )
member ApproximateEqual : x : Output * y : Output * ?tolerance : float32 * ?opName : string (* Defaults: let _tolerance = defaultArg tolerance 1E-05f let _opName = defaultArg opName "ApproximateEqual" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,