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

GOUTout(Index)Output Index.
GINin(Index)Input Index (numerator).
GINvalue(Index)Denominator.