From 2febd99a43e367e7100e9fc21bd6eef1cd1ea47e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 13 Jul 2019 02:13:41 +0200 Subject: API documentation for KVision 0.0.38 --- .../kotlin.-number/index.html | 124 +++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 api/pl.treksoft.kvision.utils/kotlin.-number/index.html (limited to 'api/pl.treksoft.kvision.utils/kotlin.-number/index.html') diff --git a/api/pl.treksoft.kvision.utils/kotlin.-number/index.html b/api/pl.treksoft.kvision.utils/kotlin.-number/index.html new file mode 100644 index 00000000..9ba03355 --- /dev/null +++ b/api/pl.treksoft.kvision.utils/kotlin.-number/index.html @@ -0,0 +1,124 @@ + + + +pl.treksoft.kvision.utils.kotlin.Number - kvision + + + +kvision / pl.treksoft.kvision.utils / kotlin.Number
+
+

Extensions for kotlin.Number

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

ch

+
+val Number.ch: CssSize +

Extension property to convert Int to CSS ch units.

+
+

cm

+
+val Number.cm: CssSize +

Extension property to convert Int to CSS cm units.

+
+

em

+
+val Number.em: CssSize +

Extension property to convert Int to CSS em units.

+
+

in

+
+val Number.in: CssSize +

Extension property to convert Int to CSS in units.

+
+

mm

+
+val Number.mm: CssSize +

Extension property to convert Int to CSS mm units.

+
+

pc

+
+val Number.pc: CssSize +

Extension property to convert Int to CSS pc units.

+
+

perc

+
+val Number.perc: CssSize +

Extension property to convert Int to CSS percent units.

+
+

rem

+
+val Number.rem: CssSize +

Extension property to convert Int to CSS rem units.

+
+

vh

+
+val Number.vh: CssSize +

Extension property to convert Int to CSS vh units.

+
+

vmax

+
+val Number.vmax: CssSize +

Extension property to convert Int to CSS vmax units.

+
+

vmin

+
+val Number.vmin: CssSize +

Extension property to convert Int to CSS vmin units.

+
+

vw

+
+val Number.vw: CssSize +

Extension property to convert Int to CSS vw units.

+
+ + -- cgit