Top "Long-integer" questions

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

Proper way of converting string to long int in PHP

I tried (int) "4209531264" and intval("4209531264") but sadly all I get is 2147483647 (I realize this is because of 32 bit architecture or …

php string casting long-integer typeconverter
C#: How to convert long to ulong

If i try with BitConverter,it requires a byte array and i don't have that.I have a Int32 and …

c# long-integer ulong
What is the modulo operator for longs in Java?

How do I find the modulo (%) of two long values in Java? My code says 'Integer number too large' followed …

java long-integer modulo modulus
Why are 2 Long variables not equal with == operator in Java?

I got a very strange problem when I'm trying to compare 2 Long variables, they always show false and I can …

java equals long-integer
Java Converting long into currency

I am having trouble converting a long (cents) into currency format. My Code: long doublePayment = 1099; //Should equal $10.99 DecimalFormat dFormat = new …

java currency long-integer number-formatting
int to long assignment

I have been trying this int and long conversion where I have tried assigning an int variable to a long …

java int long-integer
Break long word with CSS

I have a situation where there can be long words like 'hellowordsometext' or integer like '1234567891122' without any space …

html css long-integer break words
Generate random values in C#

How can I generate random Int64 and UInt64 values using the Random class in C#?

c# random long-integer int64
Getting Current Date Time for a Random Number Generator's Seed

Preferably as a long. All the example I can find are getting the date/time as a string and not …

java time long-integer scalar
Hibernate returns BigIntegers instead of longs

This is my Sender entity @Entity public class Sender { @Id @GeneratedValue(strategy = GenerationType.AUTO) private long senderId; ... ... public long getSenderId() { …

java spring hibernate long-integer biginteger