min_max:over fields container
Version: 0.0.0
Description
Compute the component-wise minimum (out 0) and maximum (out 1) over a fields container.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields_container | fields_container |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field_min | field | |
| Pin 1 | field_max | field |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: min_max
Plugin: core
Scripting name: None
Full name: None
Internal name: min_max_fc
License: None
Changelog
- Version 0.0.0: Initial release.