You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecInt Class > TMtxVecInt Methods > BitShiftRight Method > TMtxVecInt.BitShiftRight Method (int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecInt.BitShiftRight Method (int)

Apply binary shift by number of Bits to the right for all elements in the calling object.

Syntax
C#
Visual Basic
public TMtxVecInt BitShiftRight(int Bits);

the result of binary shift to right by number of Bits applied to values in the calling object and stored back in the calling object. The shift preserves the sign of the numbers.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!