# DECTOBIN

#### Syntax

**DECTOBIN**(*decValue*)

1. *decValue* - der dezimale Wert, der in einen binären Wert umgewandelt werden soll - ***Wertetyp:** Zahl*

#### Bemerkungen

1. Die Funktion liefert die binäre Darstellung von *decValue* als Text zurück (z.B. "100101").&#x20;
2. Dezimalstellen von decValue werden ignoriert.&#x20;
3. Ein negativer *decValue* gibt einen negativen binären Wert zurück.

**Beispiele**

*Beispiel 1* - DECTOBIN für einen einzelnen Wert:

<figure><img src="/files/CV8OdmnkxIYGNmqaIRdS" alt=""><figcaption></figcaption></figure>

Beispiel 2 - DECTOBIN für einen Bereich von Werten:

<figure><img src="/files/1QWw7tYIPnBVgUKl42Vi" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nedyx.com/version-1.66-de/clearlines-funktionen/mathematische-funktionen/dectobin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
