Method Min
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Min()
Gets the minimum value across pins for each site.
public SiteData<T> Min()
Returns
- SiteData<T>
The minimum value across pins for each site.
Remarks
Note that the minimum value may be repeated across multiple pins, use the MinByPin method if this level of detail is required. Alternatively, you can use the MinBySite method to calculate the minimum value across sites for each pin.