Length.Calculated.Division
Division(Length.Calculated, Length.Calculated)
Division operator.
Declaration
public static Length.Calculated operator /(Length.Calculated lhs, Length.Calculated rhs)
Parameters
| Type | Name | Description | 
|---|---|---|
| Length.Calculated | lhs | Left hand side.  | 
    
| Length.Calculated | rhs | Right hand side.  | 
    
Returns
| Type | Description | 
|---|---|
| Length.Calculated | A new Length.Calculated,   | 
    
Division(Length.Calculated, float)
Division operator.
Declaration
public static Length.Calculated operator /(Length.Calculated lhs, float rhs)
Parameters
| Type | Name | Description | 
|---|---|---|
| Length.Calculated | lhs | Left hand side.  | 
    
| float | rhs | Right hand side.  | 
    
Returns
| Type | Description | 
|---|---|
| Length.Calculated | A new Length.Calculated,   |