Share 64 bit integer c#

diemchi951753

New member
## Số nguyên 64 bit trong C#

Một số nguyên 64 bit là một loại dữ liệu có thể lưu trữ toàn bộ số từ -9,223,372,036,854,775,808 đến 9.223.372.036.854.775.807.Nó lớn gấp đôi so với số nguyên 32 bit, có thể lưu trữ toàn bộ số lượng từ -2,147,483,648 đến 2.147.483.647.

Các số nguyên 64 bit được sử dụng khi bạn cần lưu trữ số lượng rất lớn, chẳng hạn như số giây trong một năm hoặc số lượng nguyên tử trong một phân tử.Chúng cũng được sử dụng khi bạn cần thực hiện các tính toán liên quan đến số lượng rất lớn, chẳng hạn như nhân hai số nguyên 32 bit với nhau.

Để khai báo biến số nguyên 64 bit trong C#, bạn sử dụng cú pháp sau:

`` `
lâu dài;
`` `

Bạn cũng có thể sử dụng cú pháp tốc ký sau:

`` `
dài myvarable = 0;
`` `

Để gán giá trị cho biến số nguyên 64 bit, bạn sử dụng cú pháp sau:

`` `
myvarable = 1234567890;
`` `

Bạn cũng có thể sử dụng cú pháp tốc ký sau:

`` `
myvarable += 1234567890;
`` `

Để đọc giá trị của biến số nguyên 64 bit, bạn sử dụng cú pháp sau:

`` `
int myValue = myVarable;
`` `

Bạn cũng có thể sử dụng cú pháp tốc ký sau:

`` `
int myValue = (int) myVarable;
`` `

## hashtags

* #64-bit Integer
* #C#
* #Loại dữ liệu
* #Integers
* #Programming
=======================================
## 64-bit integer in C#

A 64-bit integer is a data type that can store a whole number from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807. It is twice as large as a 32-bit integer, which can store a whole number from -2,147,483,648 to 2,147,483,647.

64-bit integers are used when you need to store very large numbers, such as the number of seconds in a year or the number of atoms in a molecule. They are also used when you need to perform calculations that involve very large numbers, such as multiplying two 32-bit integers together.

To declare a 64-bit integer variable in C#, you use the following syntax:

```
long myVariable;
```

You can also use the following shorthand syntax:

```
long myVariable = 0;
```

To assign a value to a 64-bit integer variable, you use the following syntax:

```
myVariable = 1234567890;
```

You can also use the following shorthand syntax:

```
myVariable += 1234567890;
```

To read the value of a 64-bit integer variable, you use the following syntax:

```
int myValue = myVariable;
```

You can also use the following shorthand syntax:

```
int myValue = (int)myVariable;
```

## Hashtags

* #64-bit integer
* #C#
* #data types
* #Integers
* #Programming
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top