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