Operator operator <<
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
operator <<(PinSiteData<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 PinSiteData<T> operator <<(PinSiteData<T> value, int count)
Parameters
value
PinSiteData<T>The PinSiteData to operate.
count
intThe 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.