Table of Contents

Method Minimum

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

Minimum(T)

Returns the smaller of the element in current SiteData and the given value.

public SiteData<T> Minimum(T value)

Parameters

value T

The value to compare.

Returns

SiteData<T>

A new SiteData that contains the smaller values.

Minimum(SiteData<T>)

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

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

Parameters

other SiteData<T>

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

Returns

SiteData<T>

A new SiteData that contains the smaller values.