struct
Length
A measurement represented as a fixed value or as a percentage.
Fields
| Raw | The numeric value associated with this Length. |
| Type | The type of Length. |
Static Fields
| One | Fixed Length of 1. |
| Zero | Zero Length. |
Properties
| Percent |
|
| Value |
|
Static Methods
| FixedValue | |
| Percentage |
Constructors
| Length(float, LengthType) | Construct a new Length. |
Operators
| Division(Length, float) | Division operator, divides |
| Division(float, Length) | Division operator, divides |
| Implicit(float to Length) | |
| Multiply(Length, float) | Multiplication operator, scales |
| Multiply(float, Length) | Multiplication operator, scales |
| UnaryNegation(Length) | Numeric negation operator, multiplies |