Show / Hide Table of Contents

Struct Statics.Int32Hash

Hashing function for .

Implements
IFunc<System.Int32, System.Int32>
Namespace: Towel
Assembly: Towel.dll
Syntax
public struct Int32Hash : IFunc<int, int>

Methods

| Improve this Doc View Source

Invoke(Int32)

Declaration
public int Invoke(int a)
Parameters
Type Name Description
System.Int32 a
Returns
Type Description
System.Int32

Implements

IFunc<T1, TResult>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX