Click or drag to resize

HashCodeGetHashCode 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.1.418.0 (24.1.418.0)
Syntax
public static int GetHashCode(
	double d
)

Parameters

d
Type: SystemDouble
The double for which to get the hash code.

Return Value

Type: Int32
The hash code of the double.
See Also