DefinitionalObjectGetDefinitionHashCode Method (Double) |
Gets a hash code safely. This overload simply calls
GetHashCode and is provided for convenience.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic static int GetDefinitionHashCode(
double o
)
Public Shared Function GetDefinitionHashCode (
o As Double
) As Integer
public:
static int GetDefinitionHashCode(
double o
)
static member GetDefinitionHashCode :
o : float -> int
Parameters
- o
- Type: SystemDouble
The double for which to obtain the hash code.
Return Value
Type:
Int32The hash code of the double.
See Also