public static int Float4GetHashCode(ref float4 a)
 {
     return(a.GetHashCode());
 }
예제 #2
0
 public override int GetHashCode()
 {
     return(Value.GetHashCode());
 }
예제 #3
0
 public override int GetHashCode()
 {
     return(m_NormalDist.GetHashCode());
 }
예제 #4
0
 /// <summary>
 /// Returns a hash code for this instance.
 /// </summary>
 public static int GetHashCode(float4 v) => v.GetHashCode();