HashCodeGetHashCode Method (Int32) |
Gets a hash code for a specified int. This overload simply calls
GetHashCode and is provided for convenience.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static int GetHashCode(
int i
)
Public Shared Function GetHashCode (
i As Integer
) As Integer
public:
static int GetHashCode(
int i
)
static member GetHashCode :
i : int -> int
Parameters
- i
- Type: SystemInt32
The int for which to get the hash code.
Return Value
Type:
Int32The hash code of the int.
See Also