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