What is the translation of " NUMERIC TYPES " in Korean?

[njuː'merik taips]
[njuː'merik taips]
numeric types
숫자 형식
numeric types
number format
numeric form

Examples of using Numeric types in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Standard numeric format strings are used to format common numeric types.
표준 숫자 서식 문자열은 일반 숫자 형식의 서식을 지정하는 데 사용됩니다.
Converting numeric types to strings and strings to numeric types.
변환 또는 빈 문자열을 숫자 형식 캐스팅convert or cast empty strings to numeric types.
The data types real and double precision are inexact, variable-precision numeric types.
데이터 타입 real 및 double precision은 부정확한 가변 전체 자릿수 숫자 타입이다.
Now that you have seen the different numeric types, write code that calculates the area of a circle whose radius is 2.50 centimeters.
이제 여러 가지 숫자 형식을 살펴봤으므로 반지름이 2.50센티미터인 원의 면적을 계산하는 코드를 작성하세요.
While this example uses int8 values, you can use any of the eight numeric types with their corresponding methods.
이 예제에서는 int8 값을 사용하지만 8가지 숫자 타입중 하나를 해당 메서드와 함께 사용할 수 있습니다.
(The standard library includes the additional numeric types fractions. Fraction, for rationals, and decimal. Decimal, for floating-point numbers with user-definable precision.).
(표준 라이브러리는 추가적인 숫자 형들을 포함하는데, fractions. Fraction은 유리수를, decimal. Decimal 은 사용자가 정의할 수 있는 정밀도로 부동 소수점 숫자를 다룹니다.).
Visual Basic does not convert directly between Char and the numeric types.
Visual Basic는와 숫자 형식 사이 Char 에서 직접 변환 되지 않습니다. Visual Basic does not convert directly between Char and the numeric types.
Now that you've seen the different numeric types, write code that calculates the area of a circle whose radius is 2.50 centimeters.
이제 여러 가지 숫자 형식을 살펴봤으므로 반지름이 2.50센티미터인 원의 면적을 계산하는 코드를 작성하세요. Now that you've seen the different numeric types, write code that calculates the area of a circle whose radius is 2.5 centimeters.
The following example shows some variable declarations that use both built-in numeric types and complex user-defined types:.
다음 예제에서는 기본 제공 숫자 형식 및 복잡한 사용자 정의 형식을 둘 다 사용하는 일부 변수 선언을 보여 줍니다.
Numeric types used for keys obey the normal rules for numeric comparison: if two numbers compare equal(such as 1 and 1.0) then they can be used interchangeably to index the same dictionary entry.
키에 사용되는 숫자 형은 숫자 비교를 위한 일반적인 규칙을 따릅니다: 두 숫자가 같다고 비교되는 경우 (1 과 1 처럼) 같은 딕셔너리 항목을 인덱싱하는데 서로 교환하여 사용할 수 있습니다.
The following example converts a number of Double values to several other numeric types.
다음 예에서는 여러 Double 값을 다른 숫자 형식으로 변환 합니다. The following example converts a number of Double values to several other numeric types.
The following table lists the possible conversions of a value of the other primitive numeric types to a Single value, It also indicates whether the conversion is widening or narrowing and whether the resulting Single may have less precision than the original value.
또한 변환이 확대 또는 축소 되는지 여부와 결과 Single 원래 값 보다 더 적게 사용할 수 있는지 여부를 나타냅니다. The following table lists the possible conversions of a value of the other primitive numeric types to a Single value, It also indicates whether the conversion is widening or narrowing and whether the resulting Single may have less precision than the original value.
The following example converts the minimum or maximum value of other primitive numeric types to a Single value.
다음 예에서는 다른 기본 숫자 형식의 Single 최소값 또는 최대값을 값으로 변환 합니다. The following example converts the minimum or maximum value of other primitive numeric types to a Single value.
For ease of implementation and efficiency across a variety of numeric types(including int, float, decimal. Decimal and fractions. Fraction) Python's hash for numeric types is based on a single mathematical function that's defined for any rational number, and hence applies to all instances of int and fraction. Fraction, and all finite instances of float and decimal. Decimal.
다양한 숫자 형(int, float, decimal. Decimal, fractions. Fraction 포함 ) 들 의 구 현의 편의 성 과 효율 때문 에, 파이썬 의 숫자 형의 해시 는 단일 한 수학 함수 에 기반 을 두 고 있 고, 이 함수 는 임 의의 유리수 에 대해 정의 되 어서 int 와 fractions. Fraction 의 모든 인 인스턴스, float와 decimal. Decimal 의 모든 유한 인스턴스에 적용됩니다.
Typed array views haveself descriptive names and provide views for all the usual numeric types like Int8, Uint32, Float64 and so forth.
형식화 배열 뷰 형식화 배열 뷰는 자체 설명형 이름이 있으며 Int8, Uint32,Float64 등과 같은 모든 일반 숫자 형을 위한 뷰를 제공합니다.
Determines the styles permitted in numeric string arguments that are passed to the Parse and TryParse methods of the integral and floating-point numeric types.
정수 및 부동 소수점 숫자 형식의 Parse 및 TryParse 메서드에 전달되는 숫자 문자열에서 사용할 수 있는 스타일을 결정합니다. Determines the styles permitted in numeric string arguments that are passed to the Parse and TryParse methods of the integral and floating-point numeric types.
In the previous table of valid data types, the integer, char,datetime, and numeric types include the following specific data types:.
위의 유효한 데이터 형식 표에서 integer, char,datetime 및 numeric 형식에는 다음과 같은 특정 데이터 형식이 포함됩니다.
The following example converts the minimum or maximum value of other primitive numeric types to a Single value.
다음 예제에서는 다른 기본 숫자 형식의 최소값 또는 최대값 값 변환는 Single 값입니다. The following example converts the minimum or maximum value of other primitive numeric types to a Single value.
Language compilers also support the implicit conversion of values for all other standard numeric types except for the conversion of double to float values.
언어 컴파일러는 Double 를 값으로 Single 변환 하는 경우를 제외 하 고 다른 모든 표준 숫자 형식에 대 한 값의 암시적 변환도 지원 합니다.
When true, compilation explicitly disallows any data-type conversions in which data loss would occur, and any conversion between numeric types and strings. The default value is false.
True이면 컴파일 도중 데이터가 손실될 수 있는 모든 데이터 형식 변환 및 숫자 형식과 문자열 간의 모든 변환이 명시적으로 금지됩니다. 기본값은 false입니다.
Language compilers also support the implicit conversion of values for all other standard numeric types except for the conversion of double to float values.
언어 컴파일러도는 암시적 변환을 지원 값의 다른 모든 표준 숫자 형식 변환 제외 하 고 Double 에 Single 값입니다. Language compilers also support the implicit conversion of values for all other standard numeric types except for the conversion of Double to Single values.
The numeric type you will come across most frequently is<length>
가장 자주 사용되는 숫자 형식은 <length> 입니다.
Well number is actually the only numeric type in JavaScript and.
숫자는 자바스크립트에서 실제로 유일한 숫자 유형이며.
This allows you to convert from any integral type to any numeric type.
모든 정수 숫자 형식을 다른 정수 숫자 형식으로 변환할 수 있습니다. You can convert any integral numeric type to any other integral numeric type.
NUMERIC type and LOB Data Processing Method.
Numeric 형태 및 lob 데이터 처리 방법.
From an enumerated type to its underlying numeric type, or to a numeric type that its underlying numeric type.
기본 숫자 형식으로 확대 변환 된 숫자 형식 또는 해당 기본 숫자 형식, 열거형된 형식입니다.
For example, a fractional value is rounded when it is converted to an integral type, and a numeric type being converted to Boolean is reduced to either True or False.
예를 들어 정수 계열 형식으로 변환 될 때 소수 값이 반올림 되 고 변환 Boolean 되는 숫자 형식이 True 또는 False로 줄어듭니다. For example, a fractional value is rounded when it is converted to an integral type, and a numeric type being converted to Boolean is reduced to either True or False.
You can do type casts from any numeric type to any other numeric type.
모든 정수 숫자 형식을 다른 정수 숫자 형식으로 변환할 수 있습니다. You can convert any integral numeric type to any other integral numeric type.
Note that a loss of precision may result from converting a Single value to another numeric type.
Single 값을 다른 숫자 형식으로 변환 하면 정밀도가 손실 될 수 있습니다. Note that a loss of precision may result from converting a Single value to another numeric type.
Results: 29, Time: 0.0409

How to use "numeric types" in an English sentence

The size of FORTRAN numeric types is implementation-dependent.
All numeric types in Scala are AnyVal objects.
not unlike the native numeric types and datetime.
Even variables with numeric types are initially null.
Increment and decrement actions work with numeric types only.
For the moment, only built-in numeric types are handled.
All .NET numeric types are supported in Code Effects.
Numeric types include integer types and floating point types.
Calc has more numeric types than plain Emacs Lisp.
Container cell class for numeric types shared across threads.

How to use "숫자 형식" in a Korean sentence

날짜, 시간 또는 숫자 형식 변경 클릭 3.
참고: 일부가 글꼴 숫자 형식 하위 집합을 사용 합니다.
만약 MyVar 변수 값의 Variant 변수 혹은 숫자 형식 변수와 "+" 연산을 한다면 그 결과 값은 산술 합계가 됩니다.
숫자 필드에 대 한이 속성 설정 저장 되는 숫자 형식 (정수 (Long), 이중 등에).
유틸리티는 가능한 경우 숫자 형식 (셀.
그리고 숫자 형식 변환, 수식 표시와 측정을 다룬다.

Word-for-word translation

Top dictionary queries

English - Korean