Jump to content
  • 0

Question

Posted (edited)

If I enter the code "2,139,095,040" Dword, number float It will be infinity (∞), but how do you make the Dword infinity (∞).?

Edited by HanzTwo

3 answers to this question

Recommended Posts

  • 0
Posted
On 10/6/2024 at 6:12 AM, HanzTwo said:

If I enter the code "2,139,095,040" Dword, number float It will be infinity (∞), but how do you make the Dword infinity (∞).?

I don't think you can make a DWORD value infinity. If the number is more then what can be represented in DWORD then you need to select another type. I believe infinity only exist with floating point numbers.

image.png

  • 0
Posted (edited)
12 hours ago, nok1a said:

I don't think you can make a DWORD value infinity

That's right, only a program (game) can take some number as infinity.
For example 0xFFFFFFFF or 0x00FFFFFFF

This is if developers foresaw that something will be infinite 😀

Edited by Count_Nosferatu

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.