Method BitwiseComplement
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
BitwiseComplement()
Gets the bitwise complement (~) of the original SiteData object.
public SiteData<T> BitwiseComplement()
Returns
- SiteData<T>
A new SiteData object that contains the complemented values.
Remarks
This method is supported only when the underlying data type of the SiteData object, T, is an integer type.