Table of Contents

Method Power

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

Power(T)

Raises every element in current PinSiteData to the power of the given value.

public PinSiteData<T> Power(T value)

Parameters

value T

The value to use as the power.

Returns

PinSiteData<T>

A new PinSiteData that contains the results.

Power(SiteData<T>)

Raises every element in current PinSiteData to the power of every element in given SiteData.

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

Parameters

other SiteData<T>

The other SiteData<T> that contains power values.

Returns

PinSiteData<T>

A new PinSiteData that contains the results.

Power(PinSiteData<T>)

Raises every element in current PinSiteData to the power of every element in given PinSiteData.

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

Parameters

other PinSiteData<T>

The other PinSiteData<T> that contains power values.

Returns

PinSiteData<T>

A new PinSiteData that contains the results.