struct
Length.Calculated
A calculated, readonly output of a Length.
Fields
| Percent | The measurement of the relevant Length as a percent of a relative value, |
| Value | The measurement of the relevant Length in units. |
Constructors
| Calculated(float, float) |
Operators
| Addition(Length.Calculated, Length.Calculated) | Addition operator. |
| Division(Length.Calculated, Length.Calculated) | Division operator. |
| Division(Length.Calculated, float) | Division operator. |
| Multiply(Length.Calculated, Length.Calculated) | Multiplication operator. |
| Multiply(Length.Calculated, float) | Multiplication operator. |
| Subtraction(Length.Calculated, Length.Calculated) | Subtraction operator. |
| UnaryNegation(Length.Calculated) | Numeric negation operator. |