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