次の方法で共有


Crc32ParameterSet.Create(UInt32, UInt32, UInt32, Boolean) メソッド

定義

重要

この API は CLS 準拠ではありません。

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

パラメーター

polynomial
UInt32
initialValue
UInt32
finalXorValue
UInt32
reflectValues
Boolean

返品

属性

適用対象