27 Slicer 27 Slicer
Search Results for

    Show / Hide Table of Contents

    Method AppendHash

    AppendHash(Hash128, ref Hash128)

    Appends two hashes.

    Declaration
    public static void AppendHash(Hash128 inHash, ref Hash128 outHash)
    Parameters
    TypeNameDescription
    Hash128inHash

    Hash to append with.

    Hash128outHash

    The hash that will be updated.

    AppendHash(Hash128, Hash128, ref Hash128)

    Appends three hashes.

    Declaration
    public static void AppendHash(Hash128 inHash1, Hash128 inHash2, ref Hash128 outHash)
    Parameters
    TypeNameDescription
    Hash128inHash1

    Hash 1 to append with.

    Hash128inHash2

    Hash 2 to append with.

    Hash128outHash

    The hash that will be updated.

    AppendHash(Hash128, Hash128, Hash128, ref Hash128)

    Appends four hashes.

    Declaration
    public static void AppendHash(Hash128 inHash1, Hash128 inHash2, Hash128 inHash3, ref Hash128 outHash)
    Parameters
    TypeNameDescription
    Hash128inHash1

    Hash 1 to append with.

    Hash128inHash2

    Hash 2 to append with.

    Hash128inHash3

    Hash 3 to append with.

    Hash128outHash

    The hash that will be updated.

    AppendHash(Hash128, Hash128, Hash128, Hash128, ref Hash128)

    Appends five hashes.

    Declaration
    public static void AppendHash(Hash128 inHash1, Hash128 inHash2, Hash128 inHash3, Hash128 inHash4, ref Hash128 outHash)
    Parameters
    TypeNameDescription
    Hash128inHash1

    Hash 1 to append with.

    Hash128inHash2

    Hash 2 to append with.

    Hash128inHash3

    Hash 3 to append with.

    Hash128inHash4

    Hash 4 to append with.

    Hash128outHash

    The hash that will be updated.

    AppendHash(Hash128, Hash128, Hash128, Hash128, Hash128, ref Hash128)

    Appends six hashes.

    Declaration
    public static void AppendHash(Hash128 inHash1, Hash128 inHash2, Hash128 inHash3, Hash128 inHash4, Hash128 inHash5, ref Hash128 outHash)
    Parameters
    TypeNameDescription
    Hash128inHash1

    Hash 1 to append with.

    Hash128inHash2

    Hash 2 to append with.

    Hash128inHash3

    Hash 3 to append with.

    Hash128inHash4

    Hash 4 to append with.

    Hash128inHash5

    Hash 5 to append with.

    Hash128outHash

    The hash that will be updated.

    AppendHash(Hash128, Hash128, Hash128, Hash128, Hash128, Hash128, ref Hash128)

    Appends seven hashes.

    Declaration
    public static void AppendHash(Hash128 inHash1, Hash128 inHash2, Hash128 inHash3, Hash128 inHash4, Hash128 inHash5, Hash128 inHash6, ref Hash128 outHash)
    Parameters
    TypeNameDescription
    Hash128inHash1

    Hash 1 to append with.

    Hash128inHash2

    Hash 2 to append with.

    Hash128inHash3

    Hash 3 to append with.

    Hash128inHash4

    Hash 4 to append with.

    Hash128inHash5

    Hash 5 to append with.

    Hash128inHash6

    Hash 6 to append with.

    Hash128outHash

    The hash that will be updated.

      ☀
      ☾
      In This Article
      Back to top
      27 Slicer documentation | Copyright 2021 Deftly Games
      ☀
      ☾