Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

Komazahl()

Examples
Ganzizahl i = 65;
Komazahl  f = Komazahl (i);
schrib_uf_e_neui_Linie(i + " : " + f);  // Prints "65 : 65.0"

Buechstabe c = 'E';
f = Komazahl (c);
schrib_uf_e_neui_Linie(c + " : " + f);  // Prints "E : 69.0"
Description Converts a primitive datatype, Satz, or Lischte to its floating point representation.
Syntax
Komazahl (value)
Parameters
value Ganzizahl, Buechstabe, Chlinizahl, EisoderNull, Satz, Ganzizahl[], Buechstabe[], Chlinizahl[], EisoderNull[], Satz[]
Usage Web & Application
Related Komazahl
Ganzizahl()
Chlinizahl()
Stefan Baltensperger 2009

Creative Commons License