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