This is the div operator
Namespace:
GLSVAssembly: GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)
Syntax
C# |
---|
public static XY operator /( XY p, double z ) |
Visual Basic (Declaration) |
---|
Public Shared Operator / ( _ p As XY, _ z As Double _ ) As XY |
Visual C++ |
---|
public: static XY^ operator /( XY^ p, double z ) |