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