Search Results for

    Show / Hide Table of Contents

    Class Crc32Computer_SSE42_X86

    Inheritance
    object
    Crc32Computer_SSE42_X86
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.WAL
    Assembly: ZoneTree.dll
    Syntax
    public sealed class Crc32Computer_SSE42_X86

    Properties

    | Improve this Doc View Source

    IsSupported

    Declaration
    public static bool IsSupported { get; }
    Property Value
    Type Description
    bool

    Methods

    | Improve this Doc View Source

    Compute(uint, int)

    Declaration
    public static uint Compute(uint crc, int data)
    Parameters
    Type Name Description
    uint crc
    int data
    Returns
    Type Description
    uint
    | Improve this Doc View Source

    Compute(uint, Memory<byte>)

    Declaration
    public static uint Compute(uint crc, Memory<byte> data)
    Parameters
    Type Name Description
    uint crc
    Memory<byte> data
    Returns
    Type Description
    uint
    | Improve this Doc View Source

    Compute(uint, uint)

    Declaration
    public static uint Compute(uint crc, uint data)
    Parameters
    Type Name Description
    uint crc
    uint data
    Returns
    Type Description
    uint
    | Improve this Doc View Source

    Compute(uint, ulong)

    Declaration
    public static uint Compute(uint crc, ulong data)
    Parameters
    Type Name Description
    uint crc
    ulong data
    Returns
    Type Description
    uint
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io