BitOperations.Crc32C Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
Crc32C(UInt32, Byte) |
CRC (Döngüsel yedeklilik denetimi) sağlama toplamını biriktirir. |
Crc32C(UInt32, UInt16) |
CRC (Döngüsel yedeklilik denetimi) sağlama toplamını biriktirir. |
Crc32C(UInt32, UInt32) |
CRC (Döngüsel yedeklilik denetimi) sağlama toplamını biriktirir. |
Crc32C(UInt32, UInt64) |
CRC (Döngüsel yedeklilik denetimi) sağlama toplamını biriktirir. |
Crc32C(UInt32, Byte)
- Kaynak:
- BitOperations.cs
- Kaynak:
- BitOperations.cs
Önemli
Bu API, CLS uyumlu değildir.
CRC (Döngüsel yedeklilik denetimi) sağlama toplamını biriktirir.
public:
static System::UInt32 Crc32C(System::UInt32 crc, System::Byte data);
[System.CLSCompliant(false)]
public static uint Crc32C (uint crc, byte data);
[<System.CLSCompliant(false)>]
static member Crc32C : uint32 * byte -> uint32
Public Shared Function Crc32C (crc As UInteger, data As Byte) As UInteger
Parametreler
- crc
- UInt32
Sağlama toplamını hesaplamak için temel değer.
- data
- Byte
Sağlama toplamını hesaplayan veriler.
Döndürülenler
CRC sağlama toplamı.
- Öznitelikler
Şunlara uygulanır
Crc32C(UInt32, UInt16)
- Kaynak:
- BitOperations.cs
- Kaynak:
- BitOperations.cs
Önemli
Bu API, CLS uyumlu değildir.
CRC (Döngüsel yedeklilik denetimi) sağlama toplamını biriktirir.
public:
static System::UInt32 Crc32C(System::UInt32 crc, System::UInt16 data);
[System.CLSCompliant(false)]
public static uint Crc32C (uint crc, ushort data);
[<System.CLSCompliant(false)>]
static member Crc32C : uint32 * uint16 -> uint32
Public Shared Function Crc32C (crc As UInteger, data As UShort) As UInteger
Parametreler
- crc
- UInt32
Sağlama toplamını hesaplamak için temel değer.
- data
- UInt16
Sağlama toplamını hesaplayan veriler.
Döndürülenler
CRC sağlama toplamı.
- Öznitelikler
Şunlara uygulanır
Crc32C(UInt32, UInt32)
- Kaynak:
- BitOperations.cs
- Kaynak:
- BitOperations.cs
Önemli
Bu API, CLS uyumlu değildir.
CRC (Döngüsel yedeklilik denetimi) sağlama toplamını biriktirir.
public:
static System::UInt32 Crc32C(System::UInt32 crc, System::UInt32 data);
[System.CLSCompliant(false)]
public static uint Crc32C (uint crc, uint data);
[<System.CLSCompliant(false)>]
static member Crc32C : uint32 * uint32 -> uint32
Public Shared Function Crc32C (crc As UInteger, data As UInteger) As UInteger
Parametreler
- crc
- UInt32
Sağlama toplamını hesaplamak için temel değer.
- data
- UInt32
Sağlama toplamını hesaplayan veriler.
Döndürülenler
CRC sağlama toplamı.
- Öznitelikler
Şunlara uygulanır
Crc32C(UInt32, UInt64)
- Kaynak:
- BitOperations.cs
- Kaynak:
- BitOperations.cs
Önemli
Bu API, CLS uyumlu değildir.
CRC (Döngüsel yedeklilik denetimi) sağlama toplamını biriktirir.
public:
static System::UInt32 Crc32C(System::UInt32 crc, System::UInt64 data);
[System.CLSCompliant(false)]
public static uint Crc32C (uint crc, ulong data);
[<System.CLSCompliant(false)>]
static member Crc32C : uint32 * uint64 -> uint32
Public Shared Function Crc32C (crc As UInteger, data As ULong) As UInteger
Parametreler
- crc
- UInt32
Sağlama toplamını hesaplamak için temel değer.
- data
- UInt64
Sağlama toplamını hesaplayan veriler.
Döndürülenler
CRC sağlama toplamı.
- Öznitelikler