EloiStree / 2024_05_23_HelloStreamDeckGirleek

In the context of Girleek and a QA testing workshop. We are going to learn how to remote control game with code in a steam deck hub way.
0 stars 0 forks source link

Topic: What is a integer ? #28

Open EloiStree opened 1 month ago

EloiStree commented 1 month ago

image

Code to try: https://github.com/EloiStree/2024_02_17_IntCmd

image
https://softuni.org/dev-concepts/data-representation-in-computer-memory/#:~:text=Integer%20numbers%20are%20represented%20in,a%20positive%2C%20or%20negative%20value.

C# integer are in a little-endian format.
In need to be know if you send int byte from an not C# app.
Learn More

https://www.rapidtables.com/convert/number/decimal-to-binary.html image

EloiStree commented 1 month ago

image