Crc64ParameterSet.Create(UInt64, UInt64, UInt64, Boolean) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この API は CLS 準拠ではありません。
public:
static System::IO::Hashing::Crc64ParameterSet ^ Create(System::UInt64 polynomial, System::UInt64 initialValue, System::UInt64 finalXorValue, bool reflectValues);
[System.CLSCompliant(false)]
public static System.IO.Hashing.Crc64ParameterSet Create(ulong polynomial, ulong initialValue, ulong finalXorValue, bool reflectValues);
[<System.CLSCompliant(false)>]
static member Create : uint64 * uint64 * uint64 * bool -> System.IO.Hashing.Crc64ParameterSet
Public Shared Function Create (polynomial As ULong, initialValue As ULong, finalXorValue As ULong, reflectValues As Boolean) As Crc64ParameterSet
パラメーター
- polynomial
- UInt64
- initialValue
- UInt64
- finalXorValue
- UInt64
- reflectValues
- Boolean
返品
- 属性