Operator operator ~
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
operator ~(SiteData<T>)
Gets the bitwise complement (~) of the original SiteData object.
public static SiteData<T> operator ~(SiteData<T> value)
Parameters
value
SiteData<T>The SiteData object.
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.