There must be a Long Integer field index column, which contains the point numbers, in each table in the database that can be used as an XDREF.
데이터베이스의 각 테이블에는 XDREF로 사용될 수 있는 점 번호가 포함된 긴 정수 필드 색인 열이 있어야 합니다.
As a long integer in 64-bit systems uses 64 bits, the problem does not realistically exist on 64-bit systems that use the LP64 model.
64비트 시스템에서 긴 정수는 64비트를 사용하므로 LP64 모델을 사용하는 64비트 시스템에는 문제가 현실적으로 존재하지 않습니다.
Long Integer is the Field Size
Long: Contains a long integer value.
Other results
Some languages also have extensive support for strings or long integers.
또한 몇몇 언어들은 문자열이나 정수형에 대한 광범위한 지원을 가진다.
This cannot occur for long integers (which would rather raise MemoryError than give up).
정수에서는 발생하지 않습니다 (포기하기보다는 MemoryError 를 일으키게 될 겁니다).
These methods use the LONG datatype, which internally maps to the 64-bit integer datatype.
이 메서드에서는 64비트 정수 데이터 유형으로 내부적으로 매핑되는 LONG 데이터 유형을 사용합니다.
If the quantity of the part is configurable, this attribute can be set to one of the following options: integer, float, long, double parameters.
부품의 수량을 구성할 수 있는 경우, 이 속성을 정수, 실수, 정수(L), 더블 매개변수 중 하나로 설정할 수 있습니다.
If a string is long enough, its hashcode will be bigger than the largest integer we can store on 32 bits CPU.
문자열이 충분히 길면 해시 코드가 32 비트 CPU WEB 저장할 수있는 가장 큰 정수보다 큽니다.
10 In a triangle with integer side lengths, one side is three times as long as a second side, and the length of the third side is 15.
10 측면에있는 삼각형과 정수 길이를, 한쪽은 3 회 두 번째 측면만큼, 그리고 세 번째 측면의 길이는 15입니다.
The Color class allows you to represent a color with four components packed into a 64-bit long value, instead of the most common representation that uses an integer value. Using long values, you can define colors with more precision than integer values.
Color 클래스를 사용하면 정수 값을 사용하는 가장 일반적인 표현 대신 64비트 long 값으로 압축된 네 가지 구성요소로 색상을 표현할 수 있습니다 long 값을 사용하면 정수 값보다 정밀하게 색상을 정의할 수 있습니다.
Any GNSS receiver can only maintain RTK integer accuracy as long as it's receiving differential corrections. As well as transmitting corrections, the RT-Base S also logs them internally for later retrieval.
모든 GNSS 리시버는 변별적 보정 데이터를 수신하는 한 RTK 정수 정확성을 유지합니다. RT-Base S는 보정 데이터를 전송할 뿐만 아니라 이후 검색을 위해 내부에 로깅합니다.
In the following example, a program has defined two data items which are adjacent in memory: an 8-byte-long string buffer, A, and a two-byte integer, B. Initially, A contains nothing but zero bytes, and B contains the number 3.
아래의 예제에서, 프로그램은 메모리에서 인접해있는 두 아이템을 정의하였다: 8 바이트 길이 스트링 버퍼, A. 그리고 2 바이트 정수형, B. 우선, A 는 zero 바이트만 포함하고 B는 숫자 3을 포함한다.