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