• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Vim.Math3d
    • AABox
    • AABox2D
    • AABox4D
    • AngularMotion
    • AxisAngle
    • Byte2
    • Byte3
    • Byte4
    • ColorHDR
    • ColorRGB
    • ColorRGBA
    • Complex
    • Constants
    • ContainmentType
    • CylindricalCoordinate
    • DAABox
    • DAABox2D
    • DAABox4D
    • DInterval
    • DPlane
    • DQuaternion
    • DRay
    • DSphere
    • DVector2
    • DVector3
    • DVector4
    • Euler
    • GeoCoordinate
    • Hash
    • HorizontalCoordinate
    • IMappable<TContainer, TPart>
    • Int2
    • Int3
    • Int4
    • Interval
    • IPoints
    • IPoints2D
    • ITransformable3D<TSelf>
    • Line
    • Line2D
    • LinearMotion
    • LinqUtil
    • LogPolarCoordinate
    • MathOps
    • Matrix4x4
    • Motion
    • MovementExtensions
    • Plane
    • PlaneIntersectionType
    • PolarCoordinate
    • Quad
    • Quad2D
    • Quaternion
    • Ray
    • Sphere
    • SphericalCoordinate
    • StatelessRandom
    • Stats<T>
    • Transform
    • Transformable3D
    • Triangle
    • Triangle2D
    • Vector2
    • Vector3
    • Vector4

Class Hash

Inheritance
System.Object
Hash
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Vim.Math3d
Assembly: Vim.Math3D.dll
public static class Hash

Methods

View Source

Combine(IList<Int32>)

public static int Combine(IList<int> xs)
View Source

Combine(Int32, Int32)

public static int Combine(int h1, int h2)
View Source

Combine(Int32, Int32, Int32)

public static int Combine(int x0, int x1, int x2)
View Source

Combine(Int32, Int32, Int32, Int32)

public static int Combine(int x0, int x1, int x2, int x3)
View Source

Combine(Int32[])

public static int Combine(params int[] xs)
View Source

HashCodes<T>(IEnumerable<T>)

public static int HashCodes<T>(this IEnumerable<T> values)
View Source

HashValues(IEnumerable<Int32>)

public static int HashValues(this IEnumerable<int> values)
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright VIM 2021, Generated by DocFX