Table of Contents

Operator operator <<

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

operator <<(SiteData<T>, int)

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

public static SiteData<T> operator <<(SiteData<T> value, int count)

Parameters

value SiteData<T>

The SiteData object to operate.

count int

The number of bits to shift.

Returns

SiteData<T>

A new SiteData object that contains shifted values.

Remarks

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