return submitted element value or NULL if not set 送信された要素の値、あるいは設定されていない場合に NULLを返します。 - PEAR
Returns the table structure as HTML Returnvalue string- the generated HTML code
テーブル構造を HTML で返します。 返り値 string-生成された HTML コードを返します。 - PEAR
This object is returned by functions that don't explicitly return a value. このオブジェクトは明示的に値を返さない関数によって返されます。 - Python
Return boolean value indicating whether cookie should be accepted from server.
クッキーがサーバから受け入れられるべきかどうかを表わす boolean 値を返します。 - Python
The returnvalue is an audio portobject; methods of audio port objects are described below.
返り値はaudio port objectです;オーディオポートオブジェクトのメソッドは下に書かれています。 - Python
Otherwise, the returnvalue is meaningless.Availability: Unix. そうでない場合、返される値には意味がありません。 利用できる環境: Unix。 - Python
The returnvalue of XwcResetIC is its current preedit string as a wide character string. XwcResetICの返り値は、現在の前編集文字列(ワイド文字文字列)である。 - XFree86
The second return current value ΔIb2 generated by the second return control part 26 is added to a value outputted from an adding part 27b, and the value thus obtained is used as the current instruction value of the electric motor 1. この第2戻し制御部26が生成する第2戻し電流値ΔIb2は、加算部27bから出力される値に加算され、これにより得られる値が電動モータ1の電流指令値とされる。 - 特許庁
At first, 0 is preserved as an initial value and, if a counter value proceeds to 316 where 1 is added to the counter value to return it to 0, it is detected that the counter value coincides with the initial value. 最初は初期値として「0」が保存され、カウンタ値が「316」まで進み、そこで+1されて値が0に戻るとカウンタ値が初期値と一致したことが検出される。 - 特許庁
When the value of a counter for deciding big winning is advanced to "249" and 1 is added there to return the value to 0, coincidence of the counter value with the initial value is detected. 大当り決定用カウンタの値が「249」まで進み、そこで+1されて値が0に戻ると、カウンタ値が初期値と一致したことが検出される。 - 特許庁
A return preventive counter value is stored in a link tag of a hyper-text for discriminating the hyper-text, and the counter value is saved also in a database. ハイパーテキストのリンクタグに該ハイパーテキストを識別するための戻り防止カウンタ値を仕込んでおく。 - 特許庁
If the multiple property is false, the value of the component's selected property matches the returnvalue of the selected list item.
「multiple」プロパティーが False の場合、コンポーネントの「selected」プロパティーの値は、選択されたリスト項目の戻り値と一致します。 - NetBeans
In the case of GetProperty, ignore means return an empty property value if the property exists, regardless of its actual value. GetProperty の場合は、ignore はプロパティがあった時には実際の値に関わらず空のプロパティ値を返すことを意味する。 - XFree86
Return torque in which a temporary value of the recursion offset at the time of a test is zero is provided. テスト時に回帰オフセットの一時値がゼロの戻りトルクを提供する。 - 特許庁
To provide an overcurrent relay capable of improving precision of an operation value and a returnvalue and capable of accelerating both operation and return. 動作値および復帰値の精度を高めるとともに、動作時間および復帰時間をともに高速化することができる過電流継電器を得ること。 - 特許庁
The returnvalue is zero on success, non-zero on failure.
成功した場合の返り値は 0 で、失敗した場合の返り値は 0 以外です。 - JM
functions) then a domain error occurs, and the returnvalue is unspecified.
に格納できない場合、領域エラー (domain error) が発生し、返り値は不定となる。 - JM
Will return 'mixed' if elements contained in the group are of different types.Return value returnsgroup elements type
複数の型の要素から構成されるグループの場合は'mixed' を返します。 - PEAR
string $getDescription - If set to TRUE, the returnvalue will be an array with keys 'vendor' and 'description'.
string $getDescriptionTRUEを指定すると、返り値は 'vendor'と 'description' というキーを持つ配列となります。 - PEAR
Return the floating point value x rounded to n digits after the decimal point. x を小数点以下 n 桁で丸めた浮動小数点数の値を返します。 - Python
There is no returnvalue; it is a fatal error if the initialization fails. 戻り値はありません; 初期化が失敗すれば、それは致命的なエラーです。 - Python
If the returnvalue is zero, no alarm is currently scheduled. 戻り値がゼロの場合、現在アラームがスケジュールされていないことを示します。 - Python
The returnvalue is a test suite which supports all the tests defined for each name. 戻り値はnames中の名前で指定されるテスト全てを含むテストスイートです。 - Python
Note that XStoreColor has no returnvalue; therefore,an XcmsSuccess returnvalue from this function indicates that the conversion to RGB succeeded and the call to XStoreColor was made. .LPXStoreColorは返り値を持たないことに注意せよ。 したがって、この関数が返すXcmsSuccessは、RGB 値への変換が成功し、XStoreColorの呼び出した行われたことだけを示す。 - XFree86
Note that XStoreColors has no return value;therefore, an XcmsSuccess returnvalue from this function indicates that conversions to RGB succeeded and the call to XStoreColors was made. .LPXStoreColorsは返り値を持たないことに注意せよ。 したがって、この関数が返すXcmsSuccessは、RGB 値への変換が成功し、XStoreColorsの呼び出した行われたことだけを示す。 - XFree86
The string pointed to by the returnvalue must not be modified or freed. 関数の返り値が指す文字列の変更や解放を行ってはならない。 - XFree86
The target method is normalized so that respective return statements related to the illegal pattern return a constant Boolean value (104). イリーガル・パターンに関連した各リターン・ステートメントが一定のブール値を返送するようにターゲットメソッドを正規化する(104)。 - 特許庁
When a domain error occurs, math functions commonly return a NaN (though some functions return a different value in this case); errno is set to EDOM ,
領域エラーが発生すると、数学関数は普通は NaN を返し(同じ状況で違う値を返す関数もある)、errnoにEDOM - JM
The return torque computing part 32 increases the return torque in an area where an absolute value of the steering angle is a prescribed angle or more. 戻しトルク演算部32は、転舵角の絶対値が所定角度以上の領域で、戻しトルクを増大させる。 - 特許庁
Its returnvalue is dispatched to a reception thread 870 and transmitted to the process 810. その返値は、受信スレッド870に渡されてプロセス810に送信される。 - 特許庁
When the end of options is encountered, getopts exits with a returnvalue greater than zero.
オプションの終わりに到達すると、getopts は 0 より大きい返り値で終了します。 - JM
On success, these functions return the principal value of the arc sine of x
成功すると、これらの関数はxの逆正弦の主値をラジアン単位で返す。 - JM
On success, these functions return the principal value of the arc tangent of x
成功すると、これらの関数はxの逆正接の主値をラジアン単位で返す。 - JM
On success, these functions return the principal value of the arc tangent of y/x
成功すると、これらの関数はy/xの逆正接の主値をラジアン単位で返す。 - JM
equals 1000000 this function will return the same value approximately every 72 minutes.
が 1000000 である 32 ビットシステムでは、この関数は約 72 分毎に同じ値を返すことになる。 - JM
If t is non-NULL, the returnvalue is also stored in the memory pointed to by t .
もしtが NULL でなかったら返り値はtの指しているメモリにも格納される。 - JM
This returnvalue indicates the call is not implemented on the present architecture.
この返り値は、このコールが現在のアーキテクチャで実装されていないことを示す。 - JM
On success, these functions return the appropriate Bessel value of the second kind for x .
成功すると、これらの関数はxに対する第二種ベッセル関数の値を返す。 - JM
For the items property, you specify a display label and a returnvalue for each item in the list.
「items」プロパティーに、リスト内の各項目の表示ラベルと戻り値を指定します。 - NetBeans
if 'string' returnvalue will be a string with usernames separated by a space character.
もし 'string' であれば、戻り値はスペースで区切られたユーザー名の文字列になります。 - PEAR
Retrieves the date from the news server Returnvalue array - a hash with the date
ニュースサーバから日付を取得します。 返り値 array - 日付を格納した連想配列。 - PEAR
Return a fragment that has all samples in the original fragmentmultiplied by the floating-point value factor.
元のデータの全サンプルに浮動小数点数factorを掛けたデータを返します。 - Python
The returnvalue is a pair(string, address) where string is a string representing the data received and address is the address of the socket sending the data. stringは受信データの文字列で、addressは送信元のアドレスを示します。 - Python
If the buffer is not NULL, the returnvalue might be a shared object. バッファが NULL でない場合、戻り値は共有されたオブジェクトになることがあります。 - Python
A clutch torque reference value is determined by applying a clutch return stroke detection value to clutch torque reference characteristics (map). クラッチトルク基準特性(マップ)にクラッチ戻しストローク検出値を適用してクラッチトルク基準値が決定される。 - 特許庁
The && and operators do not evaluate expression2 if the value of expression1 is sufficient to determine the returnvalue of the entire conditional expression.
expression1 の値だけで条件式全体の返り値が決定できれば、&& 演算子と演算子は expression2 を実行しません。 - JM
functions return a non-zero value if x is neither infinite nor a "not-a-number" (NaN) value, and 0 otherwise.
関数は、 x が無限大や無効値 (NaN) のいずれでもない場合に 0 以外の値を返し、それ以外の場合は 0 を返す。 - JM
Inverse transformation processing is applied to the saturation compensated density value so as to return to the value of the color in the original color space. 飽和補正された濃度値を逆変換処理することによって、元の色空間における色の値に戻す。 - 特許庁
To realize excellent steering wheel return control that hardly produces excess and deficiency in output value of steering wheel return torque T_R by a motor. モータによるハンドル戻しトルクT_R の出力値の過不足が生じ難い、より良好なハンドル戻し制御を実現する。 - 特許庁
When an actual VVT value is judged to pass through the fastest return point P1, the return from the F/C is executed (Step 116). 次いで、実VVT値が最速復帰点P1を通過していると判定された場合には、F/Cからの復帰が実行される(ステップ116)。 - 特許庁
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.