Division Operator
Division(Size, Double)
Declaration
public static Size operator /(Size left, double right)Parameters
| Type | Name | Description | 
|---|---|---|
| Size | left | Dividend of type Size. | 
| System.Double | right | Divisor of type System.Int32. | 
Returns
| Type | Description | 
|---|---|
| Size | Result of type Size. |