struct
Length
A measurement represented as a fixed value or as a percentage.
Fields
Static Fields
Properties
Percent |
|
Value |
|
Static Methods
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 |