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