Crc32.ComputeCrc32 メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ComputeCrc32(UInt32, Byte) |
uint32_t __crc32b (uint32_t a, uint8_t b) A32: CRC32B Rd, Rn, Rm A64: CRC32B Wd, Wn, Wm |
ComputeCrc32(UInt32, UInt16) |
uint32_t __crc32h (uint32_t a, uint16_t b) A32: CRC32H Rd, Rn, Rm A64: CRC32H Wd, Wn, Wm |
ComputeCrc32(UInt32, UInt32) |
uint32_t __crc32w (uint32_t a, uint32_t b) A32: CRC32W Rd, Rn, Rm A64: CRC32W Wd, Wn, Wm |
ComputeCrc32(UInt32, Byte)
uint32_t __crc32b (uint32_t a, uint8_t b)
A32: CRC32B Rd, Rn, Rm
A64: CRC32B Wd, Wn, Wm
public:
static System::UInt32 ComputeCrc32(System::UInt32 crc, System::Byte data);
public static uint ComputeCrc32 (uint crc, byte data);
static member ComputeCrc32 : uint32 * byte -> uint32
Public Shared Function ComputeCrc32 (crc As UInteger, data As Byte) As UInteger
パラメーター
- crc
- UInt32
- data
- Byte
戻り値
適用対象
ComputeCrc32(UInt32, UInt16)
uint32_t __crc32h (uint32_t a, uint16_t b)
A32: CRC32H Rd, Rn, Rm
A64: CRC32H Wd, Wn, Wm
public:
static System::UInt32 ComputeCrc32(System::UInt32 crc, System::UInt16 data);
public static uint ComputeCrc32 (uint crc, ushort data);
static member ComputeCrc32 : uint32 * uint16 -> uint32
Public Shared Function ComputeCrc32 (crc As UInteger, data As UShort) As UInteger
パラメーター
- crc
- UInt32
- data
- UInt16
戻り値
適用対象
ComputeCrc32(UInt32, UInt32)
uint32_t __crc32w (uint32_t a, uint32_t b)
A32: CRC32W Rd, Rn, Rm
A64: CRC32W Wd, Wn, Wm
public:
static System::UInt32 ComputeCrc32(System::UInt32 crc, System::UInt32 data);
public static uint ComputeCrc32 (uint crc, uint data);
static member ComputeCrc32 : uint32 * uint32 -> uint32
Public Shared Function ComputeCrc32 (crc As UInteger, data As UInteger) As UInteger
パラメーター
- crc
- UInt32
- data
- UInt32
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET