Multiply Operator
Multiply(Double, Size)
Declaration
public static Size operator *(double left, Size right)
Parameters
Type | Name | Description |
---|---|---|
System.Double | left | Multiplier of type System.Double. |
Size | right | Multiplicand of type Size. |
Returns
Type | Description |
---|---|
Size | Product of type Size. |
Multiply(Size, Double)
Declaration
public static Size operator *(Size left, double right)
Parameters
Type | Name | Description |
---|---|---|
Size | left | Multiplicand of type Size. |
System.Double | right | Multiplier of type System.Double. |
Returns
Type | Description |
---|---|
Size | Product of type Size. |