Table of Contents

Method Maximum

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

Maximum(T)

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

public SiteData<T> Maximum(T value)

Parameters

value T

The value to compare.

Returns

SiteData<T>

A new SiteData that contains the larger values.

Maximum(SiteData<T>)

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

public SiteData<T> Maximum(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 larger values.