Method SquareRoot
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
SquareRoot()
Returns the square root of every element in current SiteData object.
public SiteData<double> SquareRoot()
Returns
SquareRoot<TResult>()
Returns the square root of every element in current SiteData object.
public SiteData<TResult> SquareRoot<TResult>()
Returns
- SiteData<TResult>
A new SiteData object that contains the square root values.
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.