Method Max
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Max()
Calculates the maximum value across sites.
public T Max()
Returns
- T
The maximum value across sites.
Max(out int[])
Gets the maximum value across sites and additionally passes out an array of which site(s) the maximum value was found.
public T Max(out int[] siteNumbers)
Parameters
siteNumbers
int[]The sites for which the maximum value was found.
Returns
- T
The maximum value across sites.
Remarks
Note that the maximum value may be repeated across multiple sites.