Min (LabVIEW Manager Function)
- Updated2025-01-28
- 1 minute(s) read
Min (LabVIEW Manager Function)
int32 Min(n,m);
Purpose
Returns the minimum of two int32 parameters.
Parameters
Name | Type | Description |
---|---|---|
n, m | int32 | int32 parameters whose minimum value you want to determine. |