Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

"/"

...

Группа действий: Операторы 

Действие предназначено для получения полного частного от деления одного числа на другое.

Image Removed

Настройки

...

Свойство

...

Англ. наименование

...

Описание

...

Тип

...

Пример заполнения

...

Обязательность заполнения поля

...

Параметры

...

Division Version 5 (Java)

Action group: Operators

...

Description

The action is designed to get the total quotient from dividing one number by another.

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
DividendValue or variable of dividendRobin.Numeric
Yes
DividerValue or variable of dividerRobin.Numeric
Yes
Results
ResultResult from division of dividend by divisorRobin.Numeric

Special conditions of use

None.

Example of use

Task

There is "Variable 1" with value 8 and "Variable 2" with value 2. It is required to find out the result of division of two numbers (Variable 1/Variable 2), write the result to a numeric variable and display the obtained number in the dialog box.. 

Solution

Use the actions "Division" and

...

Особые условия использования

Отсутствуют.

Пример использования

Задача: существует "Variable 1" со значением 8 и "Variable 2" со значением 2. Требуется узнать результат деления двух чисел (Variable 1/Variable 2)  , результат записать в числовую переменную и вывести полученное число в диалоговое окно. 

...

"Show message". 

Реализация: 

Implementation

  1. Assemble a robot scheme consisting of actionsСобрать схему робота, состоящего из действий
  2. Создать числовую переменную "Variable 3" в которую будет записан результат действия Create a numeric variable "Variable 3" into which the result of the "Division" action will be written
  3. Перетащить на рабочую область действие Move the "Division" и настроить его параметрыaction to the workspace and set its parameters.  
    Перетащить на рабочую область действие
  4. Move the "Show message" и настроить его параметрыaction to the workspace and set its parameters.  
  5. Запустить робота по кнопке "Запуск" в верхней панелиStart the robot using the "Start" button in the top panel

Результат: 

Result 

A dialog box with the total value is displayed on the screen На экране отобразилось диалоговое окно с итоговым значением