PRIMITIVE VALUE 日本語 意味 - 日本語訳 - 英語の例文

['primitiv 'væljuː]

英語 での Primitive value の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
In JavaScript, Symbol is a primitive value.
JavaScriptでは、Symbolはプリミティブ値です
For example, a primitive value may not be cast to a reference type.
例えば,プリミティブ値は,参照型にキャストしてはいけない。
In JavaScript, null is one of the primitive values.
JavaScriptでは、nullはプリミティブ値の一つです。
ValueOf(): Returns the primitive value of the Boolean object.
ValueOf()メソッドは、Booleanオブジェクトのプリミティブ値を返します。
The wrapper's valueOf() method returns the primitive value.
ラッパーのvalueOf()メソッドは、そのプリミティブ値を返します。
ValueOf(): Returns the primitive value of a Date object.
ValueOf()メソッドは、Dateオブジェクトのプリミティブ値を返します。
Fincrement, fdecrement: increment or decrement a numerical floating point primitive value.
Increment,decrement:整数のプリミティブ値を増減させる。
Any value(both objects and primitive values) may be used as either a key or a value..
キーあるいは値として任意の値(オブジェクト、プリミティブ値とも)を使うことができます。
Example This example will help you understand the fact that primitive values are immutable.
例この例は、プリミティブ値が変更不可である事実を理解するために役立つでしょう。
Most of the time, a primitive value is represented directly at the lowest level of the language implementation.
多くの場合、プリミティブ値は、その言語実装の最下層にて直接的に表現されます。
The initial value of undefined is the primitive value undefined.
Undefinedの初期値はプリミティブ値のundefinedです。
A JavaScript primitive value is a member of one of the following types: undefined, null, Boolean, number, or string.
プリミティブ値(primitivevalue)はUndefined,Null,Boolean,Number,String型のうちの一つの構成要素である。
The initial value of undefined is the primitive value undefined.
Undefinedの初期値はプリミティブ値であるundefinedです。
In JavaScript, a primitive(primitive value, primitive data type) is data that is not an object and has no methods.
JavaScriptにおいて、プリミティブ(primitive、プリミティブ値、プリミティブデータ型)はオブジェクトでなく、メソッドを持たないデータのことです。
The first difference from Map is that WeakMap keys must be objects,not primitive values:.
Mapとの最初の違いは、WeakMapのキーはプリミティブな値ではなくオブジェクトでなければならないことです:。
A Symbol is a unique and immutable primitive value and may be used as the key of an Object property see below.
Symbolはユニークかつ不変なプリミティブ値で、オブジェクトのプロパティ識別子として使用します(後述)。
A boxed primitive is created from a String,just to extract the unboxed primitive value.
ボックス化されたプリミティブは、Stringから生成されていて、アンボックス化されたプリミティブ値を抽出します。
In the next chapters, we will concentrate on primitive values and once we're familiar with them, we will move on to objects.
次のチャプターではプリミティブ値について集中し、それらに精通した後オブジェクトに進みます。
Sometimes you may have a class that receives some injected classes,but also needs an injected primitive value such as an integer.
クラスでは依存注入により、インスタンスだけでなく、整数のようなプリミティブな値を受け取る必要もあります。
Operators attempt to convert the object to a primitive value, a String or Number value, using the valueOf and toString methods of the objects.
演算子は、オブジェクトのvalueOfやtoStringといったメソッドを用いて、プリミティブな値、StringかNumberの値に変換しようとします。
As any Java programmer knows,you can't put an int(or other primitive value) into a collection.
Javaプログラマなら誰でも知っていることですが、int(またはその他のプリミティブ値)をコレクションに置くことはできません。
Because JavaScript is case-sensitive, null is not the same as Null, NULL, or any other variant undefined, a top-level property whose value is undefined;undefined is also a primitive value.
JavaScriptは大文字・小文字を区別するため、nullはNullやNULLなどとは異なる。undefined:その値が未定義であるトップレベルプロパティ。undefinedはプリミティブ値でもある。
The void operatoris often used to obtain the undefined primitive value i.e. usually using“void(0)”.
このvoid演算子は、単にundefinedのプリミティブ値を取得するために度々使用され、通常は"void(0)"が使用されます。
Undefined- MDN Web Docs Glossary: Definitions of Web-related terms|MDN undefined is a primitive value automatically assigned to variables that have just been declared, or to formal arguments for which there are no actual arguments.
Undefined-MDNWebDocs用語集:ウェブ関連用語の定義|MDNundefinedは、宣言のみが行われた変数、あるいは実引数が存在しない仮引数に自動的に割り当てられるプリミティブ値のことです。
The provider turns a node into a simply typed propertyonly when the node contains just a primitive value and has no children or attributes.
この型プロバイダーはノードにプリミティブな値だけが含まれていて、子ノードも属性も持たないような場合に限って、ノードを単純に型付けされたプロパティへと変換します。
Moral drift because humankind is building its own morality,exclusively upon negative and primitive values, I mean the power to create fear, the power to create death from distance through the time and through duration.
道徳的な逸脱というのは、人類は自ら独自の道徳を作り上げていますが、それが消極的で原始的な価値、つまり、恐怖を生み出す力、時間をへだてて死を生み出す力に基づく道徳だからです。
ValueOf new Function(functionText) With the preceding code in place, any time an object of type myNumberType is used in acontext where it is to be represented as a primitive value, JavaScript automatically calls the function defined in the preceding code.
ValueOfnewFunction(functionText)上のコードにより、myNumberType型のオブジェクトがプリミティブな値で表されるべき文脈で使われた時にはいつでも、JavaScriptは自動的に上のコードで定義された関数を呼び出します。
Primitive wrapper objects in JavaScript Except for null and undefined, all primitive values have object equivalents that wrap around the primitive values: String for the string primitive..
JavaScriptのプリミティブラッパーオブジェクトnullとundefinedを除くすべてのプリミティブ値には、そのプリミティブ値を内包する等価のラッパーオブジェクトがあります。String:文字列プリミティブ用。
The void operator isoften used merely to obtain the undefined primitive value, usually using"void(0)"(which is equivalent to"void 0").
このvoid演算子は、単にundefinedのプリミティブ値を取得するために度々使用され、通常は"void(0)"が使用されます。
The void operator isoften used merely to obtain the undefined primitive value, usually using“void(0)”(which is equivalent to“void 0“).
Void演算子は単にプリミティブ値undefinedを得る目的でしばしば使われ、一般的に"void(0)"と書かれます(これは"void0"と等価です)。
結果: 110, 時間: 0.0323

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語