Bitmask.LeftShift

Operator in Bitmask

Declaration

public static Bitmask operator <<(Bitmask lhs, int rhs)

Description

Performs a binary left shift operation on two bitmasks.

Parameters

lhsThe first bitmask.
rhsThe second bitmask.

Returns

BitmaskThe result of the operation.