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

Ключ

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

"\"

...

Integer division

...

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

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

Image Removed

Настройки

...

Свойство

...

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

...

Описание

...

Тип

...

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

...

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

...

Параметры

...

Version 4 (Net)

Action group: Operators

...

Description

The action is designed to obtain an incomplete quotient from dividing one number by another number.

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
DividendValue or variable of dividendRobin.Numeric
Yes
DivisorValue or variable of divisorRobin.Numeric
Yes
Results
ResultResult from floor division of two numbersRobin.Numeric

Special conditions of use

None.

Example of use

Task

There is "Variable 1" with value 17 and "Variable 2" with value 3. It is required to perform integer division of variable 1 by variable 2, write the result to a numeric variable and display the obtained number in a dialog box. 

Solution

Use the actions "Integer division" and "Show message". 

Implementation

  1. Assemble a robot scheme consisting of actions: 
    Image Added
  2. Create a numeric variable "Variable 3" into which the result of the "Integer division" action will be written
    Image Added
  3. Move the "Integer division" action to the workspace and set its parameters.  
    Image Added
  4. Move the "Show message" action to the workspace and set its parameters.  
    Image Added
  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: 17/3 = 5 (remainder 2)  

Image Added

 

...

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

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

Задача: существует "Переменная 1" со значением 17 и "Переменная 2" со значением 3. Требуется выполнить целочисленное деление переменной 1 на переменную 2 , результат записать в числовую переменную и вывести полученное число в диалоговое окно. 

Решение: воспользоваться действиями "Целочисленное деление" и "Сообщение". 

Реализация: 

  1. Создать числовую переменную "Переменная 3" в которую будет записан результат действия "Целочисленное деление". 
    Image Removed
  2. Перетащить на рабочую область действие "Остаток от деления" и настроить его параметры.  
    Image Removed
  3. Перетащить на рабочую область действие "Сообщение" и настроить его параметры.  
    Image Removed
  4. Запустить робота по кнопке "Запуск" в верхней панели. 

Результат: 

На экране отобразилось диалоговое окно с итоговым значением: 17/3 = 5 (остаток 2)  

Image Removed