Freigeben über


BitOperations.Crc32C Methode

Definition

Überlädt

Crc32C(UInt32, Byte)

Sammelt die Prüfsumme des CRC (Cyclic Redundancy Check).

Crc32C(UInt32, UInt16)

Sammelt die Prüfsumme des CRC (Cyclic Redundancy Check).

Crc32C(UInt32, UInt32)

Sammelt die Prüfsumme des CRC (Cyclic Redundancy Check).

Crc32C(UInt32, UInt64)

Sammelt die Prüfsumme des CRC (Cyclic Redundancy Check).

Crc32C(UInt32, Byte)

Quelle:
BitOperations.cs
Quelle:
BitOperations.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

Sammelt die Prüfsumme des CRC (Cyclic Redundancy Check).

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

Parameter

crc
UInt32

Der Basiswert, für den die Prüfsumme berechnet werden soll.

data
Byte

Die Daten, für die die Prüfsumme berechnet werden soll.

Gibt zurück

Die CRC-Prüfsumme.

Attribute

Gilt für:

Crc32C(UInt32, UInt16)

Quelle:
BitOperations.cs
Quelle:
BitOperations.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

Sammelt die Prüfsumme des CRC (Cyclic Redundancy Check).

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

Parameter

crc
UInt32

Der Basiswert, für den die Prüfsumme berechnet werden soll.

data
UInt16

Die Daten, für die die Prüfsumme berechnet werden soll.

Gibt zurück

Die CRC-Prüfsumme.

Attribute

Gilt für:

Crc32C(UInt32, UInt32)

Quelle:
BitOperations.cs
Quelle:
BitOperations.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

Sammelt die Prüfsumme des CRC (Cyclic Redundancy Check).

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

Parameter

crc
UInt32

Der Basiswert, für den die Prüfsumme berechnet werden soll.

data
UInt32

Die Daten, für die die Prüfsumme berechnet werden soll.

Gibt zurück

Die CRC-Prüfsumme.

Attribute

Gilt für:

Crc32C(UInt32, UInt64)

Quelle:
BitOperations.cs
Quelle:
BitOperations.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

Sammelt die Prüfsumme des CRC (Cyclic Redundancy Check).

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

Parameter

crc
UInt32

Der Basiswert, für den die Prüfsumme berechnet werden soll.

data
UInt64

Die Daten, für die die Prüfsumme berechnet werden soll.

Gibt zurück

Die CRC-Prüfsumme.

Attribute

Gilt für: