Method Invert
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Invert()
Performs invert operation on every element in current SiteData object.
public SiteData<double> Invert()Returns
Invert<TResult>()
Performs invert operation on every element in current SiteData object.
public SiteData<TResult> Invert<TResult>()Returns
- SiteData<TResult>
-
A new SiteData object that contains the inverted 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.