ARTS built-in documentation server
Workspace Method IndexDivide
Description
Integer division of a Index and a value (out = in / value). Please note that integer divison is applied, and e.g. 5/3=1. The result can either be stored in the same or another Index.
Authors: Patrick Eriksson
Synopsis
IndexDivide( | out, in, value ) |
Variables
GOUT | out | (Index) | Output Index. |
GIN | in | (Index) | Input Index (numerator). |
GIN | value | (Index) | Denominator. |