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