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