Max (LabVIEW Manager Function)
- 업데이트 날짜:2025-07-30
- 1분 (읽기 시간)
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. |
int32 Max(n,m);
Returns the maximum of two int32 parameters.
| Name | Type | Description |
|---|---|---|
| n, m | int32 | int32 parameters whose maximum value you want to determine. |