Skip to content

Commit

Permalink
Create ZSystemuLiczenia.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yurimil1969 authored Nov 18, 2024
1 parent fecc648 commit 0682c1f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pl/modules/ROOT/pages/commands/ZSystemuLiczenia.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
= Polecenie ZSystemuLiczenia
:page-en: commands/FromBase
ifdef::env-github[:imagesdir: /en/modules/ROOT/assets/images]

ZSystemuLiczenia( "<Liczba jako tekst>", <Podstawa Systemu> )::
Konwertuje daną liczbę z systemu liczbowego o danej https://en.wikipedia.org/wiki/Radix[podstawie] na system dziesiętny. Podstawa musi być z zakresu od _2_ do _36_.
Liczba musi być liczbą całkowitą.

[EXAMPLE]
====
* `++ZSystemuLiczenia("FF", 16)++` daje w wyniku 255.
* `++ZSystemuLiczenia("100000000", 2)++` daje w wyniku 256.
====

[NOTE]
====
Zobacz także polecenie xref:/commands/NaSystemLiczenia.adoc[NaSystemLiczenia].
====

0 comments on commit 0682c1f

Please sign in to comment.