HashCode.GetHashCode Method (Double) |
Gets a hash code for a specified double. 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.3.420.0 (24.3.420.0)
Syntaxpublic static int GetHashCode(
double d
)
Public Shared Function GetHashCode (
d As Double
) As Integer
public:
static int GetHashCode(
double d
)
static member GetHashCode :
d : float -> int
Parameters
- d
- Type: System.Double
The double for which to get the hash code.
Return Value
Type:
Int32The hash code of the double.
See Also