View file File name : conv-base.page Content :<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="guide" id="conv-base" xml:lang="fi"> <info> <link type="guide" xref="index#conversion"/> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Jukka Heikkilä</mal:name> <mal:email>jutsco@gmail.com</mal:email> <mal:years>2010</mal:years> </mal:credit> </info> <title>Numeroiden kantaluvut</title> <p> To convert the number to a different base representation use the <em>in</em> operator. </p> <example> <p> 12 in hex </p> <p> 5 in binary </p> <p> 1A₁₆ in dec </p> <p> 1010₂ in octal </p> </example> <note> <p>Number Base conversions must be performed using the keyboard.</p> </note> </page>