検索結果- 英語 - 多言語
検索内容:
net operating income
(accounting) Income after deducting operating expenses but before deducting for income taxes, interest, and depreciation and amortization.
運営費用を差し引いた後の収益(ただし、所得税、利息、減価償却費および償却費は差し引かれていない収益) / 純営業収益 / 減価償却前営業利益
short circuit operator
(computing) A logical operator that returns a value as soon as the outcome is certain, without necessarily testing all operands (for example, an OR operator returning true if the first operand evaluates as true, without evaluating the second operand).
短絡演算子:条件が確定した時点でそれ以上のオペランド評価を省略し、即座に結果を返す論理演算子(例:OR演算子が先の真判定で後続の評価を行わない挙動) / 短絡論理演算子:処理の効率を高めるために、一部条件が確定した段階で全体の評価を中断する論理演算子
chief operating officer
(business) A corporate officer of a corporation, company, or agency, responsible for executing decisions of the chief executive officer (CEO) according to their decided schedule; often initialised as COO.
最高執行責任者(CEOの決定を実行する企業の役員) / 企業の運営や業務の実行を統括する役員
operating room tables
operating room table
chief operating officers
net operating incomes
flip-flop operator
(programming) An operator specifying a range of conditions, such that the related code executes only if the first condition is true, and only until the second condition becomes true.
(プログラミング)条件の範囲を指定する演算子。具体的には、最初の条件が成立している間、特定のコードが実行され、その後、二番目の条件が成立するまで実行が継続される。