Table of Contents

Method BitwiseComplement

Namespace
NationalInstruments.SemiconductorTestLibrary.DataAbstraction
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

BitwiseComplement()

Gets the bitwise complement (~) of the original PinSiteData object.

public PinSiteData<T> BitwiseComplement()

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.