Method Log10
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Log10()
Performs Math.Log10 operation on every element in current SiteData object.
public SiteData<double> Log10()Returns
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.