[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| ImplicitWideningImplicitImplicitImplicit(Double to Unit) |
Implicit conversion from double. This allows you to assign a double
to any variable or property of type Unit without constructors or casting.
| |
| ImplicitWideningImplicitImplicitImplicit(String to Unit) |
Implicit conversion from string. This allows you to assign a sized string
to any variable or property of type Unit without constructors or casting.
| |
| ImplicitWideningImplicitImplicitImplicit(Unit to Double) |
Implicit conversion to double. The value is expressed in points.
|