実際の値 - 英語 への翻訳

actual value
実際 の 値
実際 の 価値
現実 の 値
実績 値
実際 の 価額
実力 値
実測 値
real value
本当の価値
真の価値を
実質価値
真価
実際の値
本物の価値を
本当に価値
実際の価値
実数値
actual values
実際 の 値
実際 の 価値
現実 の 値
実績 値
実際 の 価額
実力 値
実測 値

日本語 での 実際の値 の使用例とその 英語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
実際の値-降順を選択すると、結果は下記のようになります。
When you sort the chart with Sort By Actual Value- Descending option, the resultant chart will be as shown below.
グラフの並べ替えデフォルトでは、グラフのデータは、カテゴリー/日付の列の実際の値で昇順に並べ替えられます。
Sorting a Chart By default, chart data will be sorted in ascending order by the actual values of the Category/Date column i.
ExUnitは失敗したアサーションがどこにあるか、期待された値と実際の値が何であったのかを、正確に教えてくれます。
ExUnit will tell us exactly where our failed assertions are, what the expected value was, and what the actual value was.
たとえばx+=2は複合代入ステートメントであり、変数x実際の値に2が追加されx、結果が変数xに格納ます。
For example, x+= 2 is a compound assignment statement in which 2 is added to actual value of variable x and the result is stored in variable x.
不動産担保ローンの量は、通常は超えていないことに留意すべきである70プロパティの実際の値の%を。
It should be borne in mind that the amount of the loan secured by real estate usually does not exceed 70% of the real value of the property.
小数の場合、書式指定した桁数よりも実際の値が多い場合は「丸め」処理(「四捨五入」「切り上げ」「切り捨て」)が自動的に行われます。
In the case of a decimal number, if the actual value is larger than the format specified number of digits,"Rounding" processing("Rounding","Round up","Round down") is done automatically.
WikiFXのコンプライアンス、審査チームにより、規制の格付け基準、規制の実際の値、規制の実用性モデル、規制の異常予測モデルなどを通じて、ブローカーの規制レベルを定量的に評価する。
A quantitative assessment of the level of broker regulatory by the WikiFX compliance and audit team, through regulatory grading standards, regulatory actual values, regulatory utility models, and regulatory abnormality prediction models.
この研究結果により、これまでの測定データの補正をしより実際の値に近いデータで公開ができるようになりました。
As a result of this research, it has become possible to correct the measurement data so far and publish it as data closer to the actual value.
実際の値を提供するには、「挿入|入力を挿入」メニューコマンドを使用し、それぞれ「HTTPユーザー名
To supply the actual values, add two new input components to the mapping,
ExUnitは失敗したアサーションがどこにあるか、期待された値と実際の値が何であったのかを、正確に教えてくれます。
ExUnit will tells us exactly where our failed assertions are, what the expected value was, and what the actual value was.
PostgreSQL9.2からは、実行まで実行計画の作成を遅らせるため、バインドパラメータに割り当てられた実際の値を考慮に入れるようになりました。
Since PostgreSQL 9.2 the creation of the execution plan is postponed until execution and thus can consider the actual values for the bind parameters.
これは通貨の実際の値を小さくしていませんが、それが呼び出されたデノミまたは再評価し、また、標準的なインフレ率を持つ国で時間をかけて行われます。
While this does not lessen the actual value of a currency, it is called redenomination or revaluation and also happens over time in countries with standard inflation levels.
Sequence-identity実際の値の生成のためにデータベースシーケンスを使用する特別なシーケンス生成戦略ですが、JDBC3getGeneratedKeysと結びついて、INSERT文の実行の一部として生成された識別子の値を実際に返します。
A specialized sequence generation strategy which utilizes a database sequence for the actual value generation, but combines this with JDBC3 getGeneratedKeys to actually return the generated identifier value as.
あなたは低価格している場合,あなたはあなたのお金を失うことに終わる可能性があり、あなたのゲストはあなたの製品が実際にあまり価値がその実際の値よりもあることを取るだろう。
If you're priced lower, you could end up losing your money and your guests would take that your product is actually less worth than its actual value.
InnoDBのような他のストレージエンジンについては、この値は近似値であり、実際の値から40~50%も異なる可能性があります。
For other storage engines, such as InnoDB, this value is an approximation, and may vary from the actual value by as much as 40 to 50.
InnoDBのような別のストレージエンジンにとっては、この値はおおよその物であり、実際の値とは40から50%くらい異なります。
For other storage engines, such as InnoDB, this value is an approximation, and may vary from the actual value by as much as 40 to 50%.
同様に、ターゲットのスケール変換プロパティを入力として使用する場合、実際の値が何であれ、拘束は常にその絶対値をとります(つまり負のものは反転される)。
Similarly, when using the scale transform properties of the target as input, whatever the real values are, the constraint will always take their absolute values(i.e. invert negative ones).
応募作品は、基準となる最新データの実際の値と比較し、データをどれほどうまく予測して問題を解決できるかに基づいて審査されます。
Entries are judged based on how well they can predict data to solve the issue, compared against actual values in current data as a benchmark.
炭酸のpKaはおよそ6.36(実際の値は媒質に依存する)でありpH7であり炭酸水素イオンのうちのわずかな部分がプロトン化しているだけである。
Carbonic acid has a pKa of around 6.36(the exact value depends on the medium) so at pH 7 a small percentage of the bicarbonate is protonated.
たとえば、リクエストパラメーターの存在を確認したい場合、リスト4-13のように、実際の値をget()で試すよりも$sf_params->has()メソッドを使うほうが楽です。
For instance, if you only want to test the existence of a request parameter, you can simply use the$sf_params->has() method instead of testing the actual value with get(), as in Listing 4-13.
結果: 103, 時間: 0.0288

単語ごとの翻訳

トップ辞書のクエリ

日本語 - 英語