Method Log10
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Log10()
Performs Math.Log10 operation on every element in current PinSiteData object.
public PinSiteData<double> Log10()
Returns
- PinSiteData<double>
A new PinSiteData object that contains the log10 results.
Log10<TResult>()
Performs Math.Log10 operation on every element in current PinSiteData object.
public PinSiteData<TResult> Log10<TResult>()
Returns
- PinSiteData<TResult>
A new PinSiteData 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 PinSiteData object.