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