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