Crc32.ComputeCrc32C 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| ComputeCrc32C(UInt32, Byte) |
uint32_t __crc32cb(a, uint8_t b uint32_t) A32: CRC32CB Rd, Rn, Rm A64: CRC32CB Wd, Wn, Wm |
| ComputeCrc32C(UInt32, UInt16) |
uint32_t __crc32ch(a, uint16_t b uint32_t) A32: CRC32CH Rd, Rn, Rm A64: CRC32CH Wd, Wn, Wm |
| ComputeCrc32C(UInt32, UInt32) |
uint32_t __crc32cw(a, uint32_t b uint32_t) A32: CRC32CW Rd, Rn, Rm A64: CRC32CW Wd, Wn, Wm |
ComputeCrc32C(UInt32, Byte)
uint32_t __crc32cb(a, uint8_t b uint32_t)
A32: CRC32CB Rd, Rn, Rm
A64: CRC32CB Wd, Wn, Wm
public:
static System::UInt32 ComputeCrc32C(System::UInt32 crc, System::Byte data);
public static uint ComputeCrc32C (uint crc, byte data);
static member ComputeCrc32C : uint32 * byte -> uint32
Public Shared Function ComputeCrc32C (crc As UInteger, data As Byte) As UInteger
매개 변수
- crc
- UInt32
- data
- Byte
반환
적용 대상
ComputeCrc32C(UInt32, UInt16)
uint32_t __crc32ch(a, uint16_t b uint32_t)
A32: CRC32CH Rd, Rn, Rm
A64: CRC32CH Wd, Wn, Wm
public:
static System::UInt32 ComputeCrc32C(System::UInt32 crc, System::UInt16 data);
public static uint ComputeCrc32C (uint crc, ushort data);
static member ComputeCrc32C : uint32 * uint16 -> uint32
Public Shared Function ComputeCrc32C (crc As UInteger, data As UShort) As UInteger
매개 변수
- crc
- UInt32
- data
- UInt16
반환
적용 대상
ComputeCrc32C(UInt32, UInt32)
uint32_t __crc32cw(a, uint32_t b uint32_t)
A32: CRC32CW Rd, Rn, Rm
A64: CRC32CW Wd, Wn, Wm
public:
static System::UInt32 ComputeCrc32C(System::UInt32 crc, System::UInt32 data);
public static uint ComputeCrc32C (uint crc, uint data);
static member ComputeCrc32C : uint32 * uint32 -> uint32
Public Shared Function ComputeCrc32C (crc As UInteger, data As UInteger) As UInteger
매개 변수
- crc
- UInt32
- data
- UInt32