[C#]
static Point operator / (Point a, double b);
[Visual Basic]
Shared Function Operator / (a As Point, b As Double) As Point
None.