Top "Long-integer" questions

A long integer is an integer number, typically twice the size of a standard integer.

How to get Windows window names with ctypes in python

I try to get Windows window title names and pids through handles with long objects. My code works but there …

python windows ctypes long-integer psapi
Is `long` guaranteed to be at least 32 bits?

By my reading of the C++ Standard, I have always understood that the sizes of the integral fundamental types in …

c++ standards long-integer language-lawyer
Convert a Long to base 36 in scala

How can I convert a Long to base36 ? Along with your answer can explain how you came to the answer? …

scala long-integer base36
Java - parse and unsigned hex string into a signed long

I have a bunch of hex strings, one of them, for example is: d1bc4f7154ac9edb which is …

java hex long-integer
1000 * 60 * 60 * 24 * 30 results in a negative number

I'm attempting to calculate 30 days by multiplying milliseconds however the result continually ends up being a negative number for the …

java android math long-integer negative-number
Typecasting from int to long int

Recently I searched the difference between int, long int, long, ... and so on. And I got the answer from here. …

c++ int long-integer typecasting-operator
In C# What's the difference between Int64 and long?

In C#, what is the difference between Int64 and long? Example: long x = 123; Int64 x = 123;

c# long-integer
How to use Int64(long) in php but not string?

How to user Int64 in php like dotnet、java、c++? For example: The datatype is bigint(20) in mysql,I want …

php long-integer bigint int64
Why is long slower than int in x64 Java?

I'm running Windows 8.1 x64 with Java 7 update 45 x64 (no 32 bit Java installed) on a Surface Pro 2 tablet. The code below …

java performance 32bit-64bit long-integer