Crc32ParameterSet.Create(UInt32, UInt32, UInt32, Boolean) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この 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
返品
- 属性