Table of Contents

Method Minimum

Namespace
NationalInstruments.SemiconductorTestLibrary.DataAbstraction
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

Minimum(T)

Returns the smaller one of the element in current PinSiteData and the given value.

public PinSiteData<T> Minimum(T value)

Parameters

value T

The value to compare.

Returns

PinSiteData<T>

A new PinSiteData that contains the smaller values.

Minimum(SiteData<T>)

Returns the smaller one of the element in current PinSiteData and the given SiteData.

public PinSiteData<T> Minimum(SiteData<T> other)

Parameters

other SiteData<T>

The other SiteData<T> that contains the values to compare.

Returns

PinSiteData<T>

A new PinSiteData that contains the smaller values.

Minimum(PinSiteData<T>)

Returns the smaller one of the element in current PinSiteData and the given PinSiteData.

public PinSiteData<T> Minimum(PinSiteData<T> other)

Parameters

other PinSiteData<T>

The other PinSiteData<T> that contains the values to compare.

Returns

PinSiteData<T>

A new PinSiteData that contains the smaller values.