/
Bene_Berg
/
SchoolLibraryLite
Обзор
Документация
Войти
/
Bene_Berg
/
SchoolLibraryLite
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
SchoolLibrary/bin/Debug/Microsoft.Bcl.HashCode.xml
34 строки
2 KB
Benedict
first_commit
05 июн 2025, 12:40
05 июн 2025, 12:40
a0d7a22
Код
Авторство
О чём код?
<?xml version="1.0"?> <doc> <assembly> <name>Microsoft.Bcl.HashCode</name> </assembly> <members> <member name="M:System.Numerics.BitOperations.RotateLeft(System.UInt32,System.Int32)"> <summary> Rotates the specified value left by the specified number of bits. Similar in behavior to the x86 instruction ROL. </summary> <param name="value">The value to rotate.</param> <param name="offset">The number of bits to rotate by. Any value outside the range [0..31] is treated as congruent mod 32.</param> <returns>The rotated value.</returns> </member> <member name="M:System.Numerics.BitOperations.RotateLeft(System.UInt64,System.Int32)"> <summary> Rotates the specified value left by the specified number of bits. Similar in behavior to the x86 instruction ROL. </summary> <param name="value">The value to rotate.</param> <param name="offset">The number of bits to rotate by. Any value outside the range [0..63] is treated as congruent mod 64.</param> <returns>The rotated value.</returns> </member> <member name="P:System.SR.HashCode_EqualityNotSupported"> <summary>HashCode is a mutable struct and should not be compared with other HashCodes.</summary> </member> <member name="P:System.SR.HashCode_HashCodeNotSupported"> <summary>HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.</summary> </member> </members> </doc>