BigInteger.RotateLeft(BigInteger, Int32) Метод
Определение
Важный
Некоторая информация относится к предварительным версиям продукта, который может быть существенно изменен до его выпуска. Корпорация Майкрософт не дает никаких гарантий, явных или подразумеваемых, в отношении предоставленной здесь информации.
Поворачивает значение влево на заданную величину.
public:
static System::Numerics::BigInteger RotateLeft(System::Numerics::BigInteger value, int rotateAmount) = System::Numerics::IBinaryInteger<System::Numerics::BigInteger>::RotateLeft;
public static System.Numerics.BigInteger RotateLeft(System.Numerics.BigInteger value, int rotateAmount);
static member RotateLeft : System.Numerics.BigInteger * int -> System.Numerics.BigInteger
Public Shared Function RotateLeft (value As BigInteger, rotateAmount As Integer) As BigInteger
Параметры
- value
- BigInteger
Значение, повернутое влево на rotateAmount.
- rotateAmount
- Int32
Величина, на которую value повернут влево.
Возвращает
Результат поворота влево value на rotateAmount.