Edit

Crc32ParameterSet.Create(UInt32, UInt32, UInt32, Boolean) Method

Definition

Important

This API is not CLS-compliant.

public:
 static System::IO::Hashing::Crc32ParameterSet ^ Create(System::UInt32 polynomial, System::UInt32 initialValue, System::UInt32 finalXorValue, bool reflectValues);
[System.CLSCompliant(false)]
public static System.IO.Hashing.Crc32ParameterSet Create(uint polynomial, uint initialValue, uint finalXorValue, bool reflectValues);
[<System.CLSCompliant(false)>]
static member Create : uint32 * uint32 * uint32 * bool -> System.IO.Hashing.Crc32ParameterSet
Public Shared Function Create (polynomial As UInteger, initialValue As UInteger, finalXorValue As UInteger, reflectValues As Boolean) As Crc32ParameterSet

Parameters

polynomial
UInt32
initialValue
UInt32
finalXorValue
UInt32
reflectValues
Boolean

Returns

Attributes

Applies to