Grid Multiplication
- Author: O.Conrad (c) 2024
- Menu: Grid | Calculus
Description
Grid Multiplication
Parameters
|  | Name | Type | Identifier | Description | Constraints | 
|---|
| Input | Multiplicand | grid, input | A | - | - | 
| Multiplier | grid, input, optional | B | - | - | 
| Output | Product | grid, output | C | - | - | 
| Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - | 
| Default | floating point number | B_DEFAULT | default value if no grid has been selected | Default: 1.000000 | 
Command Line
Usage: saga_cmd grid_calculus 23 [-A ] [-B ] [-B_DEFAULT ] [-C ]
  -A:           	Multiplicand
	grid, input
  -B:           	Multiplier
	grid, input, optional
  -B_DEFAULT:	Default
	floating point number
	Default: 1.000000
  -C:           	Product
	grid, output