User Tools

Site Tools


el:tobinary

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

el:tobinary [2016/01/01 22:40]
el:tobinary [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== ToBinary =====
  
 +**Σύνταξη**
 +
 +ToBinary ( //αριθμητικήΜεταβλητή// )
 +
 +**Περιγραφή**
 +
 +Μετατρέπει έναν αριθμό στον αντίστοιχο δυαδικό.
 +
 +**Παράδειγμα**
 +
 +<code>
 +For t = 0 to 10
 +print ToBinary(t)
 +next t
 +</code>
 +
 +θα απεικονίσει
 +
 +<code>
 +0
 +1
 +10
 +11
 +100
 +101
 +110
 +111
 +1000
 +1001
 +1010
 +</code>
 +
 +**Δες επίσης**
 +[[en:frombinary]]
el/tobinary.txt · Last modified: 2020/02/28 10:46 (external edit)