Table of Contents

Method ShiftRight

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

ShiftRight(int)

Shifts the value to the right by the specified bit count, for each element, per site. The count must be positive.

public PinSiteData<T> ShiftRight(int count)

Parameters

count int

The number of bits to shift.

Returns

PinSiteData<T>

A new PinSiteData that contains shifted values.

Remarks

This method is supported only when the underlying data type of the PinSiteData object, T, is an integer type.