Table of Contents

Method Log10

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

Log10()

Performs Math.Log10 operation on every element in current SiteData object.

public SiteData<double> Log10()

Returns

SiteData<double>

A new SiteData object that contains the log10 results.

Log10<TResult>()

Performs Math.Log10 operation on every element in current SiteData object.

public SiteData<TResult> Log10<TResult>()

Returns

SiteData<TResult>

A new SiteData object that contains the log10 results.

Type Parameters

TResult

The output type of the result from the operation. The type must be an array of equal dimensions as the underlying type, T, of current SiteData object.