Table of Contents

Method Power

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

Power(T)

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

public SiteData<T> Power(T value)

Parameters

value T

The value to use as the power.

Returns

SiteData<T>

A new SiteData that contains the results.

Power(SiteData<T>)

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

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

Parameters

other SiteData<T>

The other SiteData<T> that contains power values.

Returns

SiteData<T>

A new SiteData that contains the results.