COMPUTED VALUE Meaning in Japanese - translations and usage examples

[kəm'pjuːtid 'væljuː]

Examples of using Computed value in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Returns any Returns a computed value.
計算された値を返します。
You want to use computed values for drilldown. Groonga doesn't.
計算した値をドリルダウンしたい場合。
Parses an expression and returns computed value.
式を解読し、計算された値を返します。
The computed value is the same as the specified<number.
計算値は、指定された<number<と同じです。
Each expression in the list is evaluated and the computed value is printed and assigned to the variable'last'.
リスト中の各式は、評価され、計算された値は、印刷され、変数'last'に代入します。
The computed value will be displayed as the main value(primary value) of the widget.
計算された値は、ウィジェットのメインの値(1つ目の値)として表示されます。
In this version,PostgreSQL supports"stored generated columns," where the computed value is stored on the disk.
このバージョンでは、PostgreSQLは計算された値がディスクに保存される「格納された生成列」をサポートします。
That is, the computed value of ln(1+x) is not close to its actual value when.
すなわち、のときに、ln(1+x)の計算値は実際の値の近似値にはならないという問題です。
Compute Full path:/system/compute Computes the result of an expression and returns the computed value.
Computeフルパス:/system/compute式の結果を計算し、計算された値を返します。
Second, with calc(), the computed value is the expression itself, not the resulting value of the expression.
つ目の理由は、「calc()」は計算された値は計算式自体であり、結果の値ではないということです。
These new values then affect the cascade andare reflected in a new computed value(and thus, modified presentation).
これらの新たな値は、カスケードに影響し,新たな算出値に(したがって変更された呈示値にも)反映する。
The browser takes the computed value and makes all units fixed and absolute, for instance: height: 20px or font-size: 16px.
ブラウザは計算された値を取り、height:20pxやfont-size:16pxのようにすべての単位を固定し絶対的にします。
The value of the promise is cached(or"memoized") so that if it is forced a second time,the previously computed value is returned.
プロミスの値はキャッシュ(あるいは「メモ化」)され、2番目にforceされたときには、以前に計算した値が返される。
Children elements of'P' will inherit the computed value of'line-height'(i.e. 12pt), not the percentage.
さらに言うと、'P'の子供要素は、パーセンテージではなく、'line-height'(つまり、12pt)の計算された値を継承します。
A computed value is in principle ready to be used, but a user agent may not be able to make use of the value in a given environment.
計算された値は原則としては用いられる準備ができているが、ユーザエージェントは与えられた環境の中で値を利用できないかもしれない。
Let e denote the rounding error in computing q,so that q= m/n+ e, and the computed value q n will be the(once or twice) rounded value of m+ ne.
Qを求めるための丸め誤差をeと仮定し、q=m/n+e、計算された値qnはm+neを1 度または2度丸めた値であるとします。
Even though the computed value of s(9.05) is in error by only 2 ulps, the computed value of A is 3.04, an error of 70 ulps.
計算値s(9.05)に2ulpの誤差がありますが、Aの計算値は3.04なので誤差は70ulpとなります。
Inherited properties When no value for an inherited property has been specified on an element,the element gets the computed value of that property on its parent element.
継承プロパティ要素の継承プロパティに値が指定されなかった場合、要素はその親要素のプロパティの計算値を取得します。
For the color value, if the value is translucent, the computed value will be the rgba() corresponding one. If it isn't, it will be the rgb() corresponding one.
色が指定されると、半透明なら、計算値はそれに一致するrbga()で、不透明なら、それに一致するrgb()。
Computed value- CSS: Cascading Style Sheets| MDN The computed value of a CSS property is the value that is transferred from parent to child during inheritance.
計算値-CSS:カスケーディングスタイルシート|MDNCSSのプロパティの計算値(computedvalue)は、継承の過程で親から子へ伝えられる値です。
For example, if an element has specified values font-size: 16px and padding-top: 2em,then the computed value of padding-top is 32px double the font size.
例えば、ある要素にfont-size:16pxとpadding-top:2emが指定された場合、padding-topの計算値は32px(フォントサイズの倍)になります。
In the numerical example given above, the computed value of(7) is 2.35, compared with a true value of 2.34216 for a relative error of 0.7, which is much less than 11.
上記のような数値の例の場合、公式(7)の計算値は2.35で、正しい値である2.34216と比較すると、相対誤差は0.7εとなります。
Calculating percentage values from the containing block As noted above,when certain properties are given a percentage value, the computed value depends on the element's containing block.
包含ブロックからのパーセント値の計算前述の通り、特定のプロパティがパーセント値を与えられた場合、計算値は要素の包含ブロックに依存します。
Next, the computed value is calculated according to the specification(for example, a span with position: absolute will have its computed display changed to block).
そして、計算値は仕様によって計算されます(例えば、position:absoluteを持つspanは、 blockに変更された、計算されたdisplayを持つでしょう)。
Sometimes it is desirable toallow access to a property that returns a dynamically computed value, or you may want reflect the status of an internal variable without requiring the use of explicit method calls.
時として、動的に計算した値を返すプロパティにアクセスを許可したほうが望ましい場合や、明示的なメソッドを呼び出すことなく内部変数に状態を反映させたい場合があります。
Next, the computed value is calculated according to the specification for example, a span with position: absolute will have its computed display changed to block.
次に、仕様に従って計算値(computedvalue)が計算されます(例えば、position:absolute の付いたspanは、計算でdisplayがblockに変わります)。
The final value of a CSS3 property for a given element is the result of a three-step calculation: a value is specified in a style sheet(the "specified value"),then resolved into an absolute value if necessary(the "computed value"), and finally transformed according to the limitations of the local environment(the "actual value").
明示された、計算された、および現実の値与えられた要素に対するCSS3のプロパティの最終的な値は、値がスタイルシートの中で明示され("明示された値")、必要ならば絶対的な値に解決され("計算された値")、最後に特定の環境の制限にしたがって変えられる("現実の値")という、三段階の計算の結果である。
Specifically, the computed value and all its properties(beginning with the most nested properties and proceeding to the original value itself) are individually run through the reviver.
正確に言えば、計算された値とそのすべてのプロパティ(最もネストされたプロパティから始まり、元の値へと進みます)はそれぞれreviverを通して変換されます。
Results: 28, Time: 0.0271

Word-for-word translation

Top dictionary queries

English - Japanese